mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 00:56:39 +02:00
- Updated symbols file to properly map superkey to ctrl+shift by default on all terminals, updated install files and json to reflect the changes
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
"name":"term",
|
||||
"run":"",
|
||||
"de":[],
|
||||
"appnames":[ "Gnome-terminal","konsole","terminator","sakura","guake","tilda","xterm","eterm" ]
|
||||
"appnames":[ "konsole","Gnome-terminal","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm" ]
|
||||
},
|
||||
{
|
||||
"name":"eosterm",
|
||||
"name":"some3rdApp",
|
||||
"run":"",
|
||||
"de":[],
|
||||
"appnames":[ "io.elementary.terminal" ]
|
||||
"appnames":[ "some3rdApp" ]
|
||||
}],
|
||||
"init": [],
|
||||
"defaulttypes":["windows","mac","chromebook"],
|
||||
|
@@ -6,15 +6,15 @@
|
||||
},
|
||||
{
|
||||
"name":"term",
|
||||
"run":"setxkbmap -option",
|
||||
"run":"setxkbmap -option;xkbcomp -w0 -I$HOME/.xkb ~/.xkb/keymap/kbd.mac.term $DISPLAY",
|
||||
"de":[2],
|
||||
"appnames":[ "Gnome-terminal","konsole","terminator","sakura","guake","tilda","xterm","eterm" ]
|
||||
"appnames":[ "konsole","Gnome-terminal","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm" ]
|
||||
},
|
||||
{
|
||||
"name":"eosterm",
|
||||
"name":"some3rdApp",
|
||||
"run":"setxkbmap -option",
|
||||
"de":[],
|
||||
"appnames":[ "io.elementary.terminal" ]
|
||||
"appnames":[ "some3rdApp" ]
|
||||
}],
|
||||
"init": [1],
|
||||
"defaults":[{
|
||||
|
Reference in New Issue
Block a user