mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-03 17:46:39 +02:00
Merge pull request #142 from rbreaves/dev
- Minor fix for non-elementary terminal keymap
This commit is contained in:
@@ -4,7 +4,7 @@ import re
|
|||||||
from xkeysnail.transform import *
|
from xkeysnail.transform import *
|
||||||
|
|
||||||
# [Global modemap] Change modifier keys as in xmodmap
|
# [Global modemap] Change modifier keys as in xmodmap
|
||||||
define_conditional_modmap(lambda wm_class: wm_class not in ("Gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm","kitty"),{
|
define_conditional_modmap(lambda wm_class: wm_class not in ("Gnome-terminal","konsole","Io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm","kitty"),{
|
||||||
# # Chromebook
|
# # Chromebook
|
||||||
# Key.LEFT_ALT: Key.RIGHT_CTRL, # Chromebook
|
# Key.LEFT_ALT: Key.RIGHT_CTRL, # Chromebook
|
||||||
# Key.LEFT_CTRL: Key.LEFT_ALT, # Chromebook
|
# Key.LEFT_CTRL: Key.LEFT_ALT, # Chromebook
|
||||||
|
Reference in New Issue
Block a user