mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-15 11:34:11 -05:00
Try escaping rules?
This commit is contained in:
parent
ee4f6e7266
commit
be70a0a907
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@
|
|||
b = "C-b";
|
||||
|
||||
space = "playpause";
|
||||
. = "nextsong";
|
||||
, = "prevsong";
|
||||
''. = "nextsong";
|
||||
'', = "prevsong";
|
||||
|
||||
escape = "~";
|
||||
home = "end";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue