- Fixed chrome keymap issue with xkb and no looping issues

This commit is contained in:
Ben Reaves
2020-02-17 13:51:46 -06:00
parent c65d68d816
commit 9dc026695b
3 changed files with 19 additions and 3 deletions

View File

@@ -31,8 +31,8 @@
{
"name": "chrome",
"run": "",
"run_onInput": "killall xbindkeys > /dev/null 2>&1;xbindkeys -f $HOME/.config/kinto/.chrome-ww",
"run_offInput": "killall xbindkeys > /dev/null 2>&1;xbindkeys -f $HOME/.config/kinto/.chrome-nw",
"run_onInput": "xkbcomp -w0 -I$HOME/.xkb ~/.xkb/keymap/kbd.mac.gui $DISPLAY",
"run_offInput": "xkbcomp -w0 -I$HOME/.xkb ~/.xkb/keymap/kbd.mac.gui.chrome $DISPLAY",
"symbols": "",
"types": "",
"de": [],