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.
This commit is contained in:
parent
1708ed6e9d
commit
b6ec284fe8
1 changed files with 2 additions and 2 deletions
|
@ -317,8 +317,8 @@ (define %qwerty-us-keystrokes
|
|||
(#\( . "shift-9")
|
||||
(#\) . "shift-0")
|
||||
(#\/ . "slash")
|
||||
(#\< . "less")
|
||||
(#\> . "shift-less")
|
||||
(#\< . "shift-comma")
|
||||
(#\> . "shift-dot")
|
||||
(#\. . "dot")
|
||||
(#\, . "comma")
|
||||
(#\; . "semicolon")
|
||||
|
|
Loading…
Reference in a new issue