mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
xkeysnail: update example config
This commit is contained in:
parent
89fb8fc9bb
commit
796056a4b9
|
@ -20,7 +20,7 @@ def aa_flipmark():
|
|||
transform._mark_set = not transform._mark_set;
|
||||
return _aa_flipmark
|
||||
|
||||
define_keymap(re.compile("Google-chrome|Chromium-browser|firefox-default"), {
|
||||
define_keymap(re.compile("Google-chrome|Chromium-browser|firefox"), {
|
||||
K("C-b"): with_mark(K("left")),
|
||||
K("C-f"): with_mark(K("right")),
|
||||
K("C-p"): with_mark(K("up")),
|
||||
|
|
Loading…
Reference in a new issue