marionette: Provide portable US-layout keystrokes for "<" and ">".
* gnu/build/marionette.scm (%qwerty-us-keystrokes): Use shit-comma and shift-dot for #\< and #\> because the "less" key doesn't work the same in "US intl." layouts.master
parent
1708ed6e9d
commit
b6ec284fe8
|
@ -317,8 +317,8 @@ PREDICATE, whichever comes first. Raise an error when TIMEOUT is exceeded."
|
||||||
(#\( . "shift-9")
|
(#\( . "shift-9")
|
||||||
(#\) . "shift-0")
|
(#\) . "shift-0")
|
||||||
(#\/ . "slash")
|
(#\/ . "slash")
|
||||||
(#\< . "less")
|
(#\< . "shift-comma")
|
||||||
(#\> . "shift-less")
|
(#\> . "shift-dot")
|
||||||
(#\. . "dot")
|
(#\. . "dot")
|
||||||
(#\, . "comma")
|
(#\, . "comma")
|
||||||
(#\; . "semicolon")
|
(#\; . "semicolon")
|
||||||
|
|
Reference in New Issue