- Fixed possible issue where the browser keymap would not fully undo if switched out with another app category

This commit is contained in:
Ben Reaves
2020-02-16 18:11:57 -06:00
parent 5a56ea823f
commit fbe2451a3c
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name":"gui",
"run":"",
"run_onInput":"",
"run_offInput": "",
"run_offInput": "killall xbindkeys > /dev/null 2>&1",
"symbols":"",
"types":"",
"de":[],
@@ -12,7 +12,7 @@
"name":"term",
"run":"",
"run_onInput":"",
"run_offInput": "",
"run_offInput": "killall xbindkeys > /dev/null 2>&1",
"symbols":"",
"types":"",
"de":[],