mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
marionette: Augment the set of keystrokes.
* gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `.
This commit is contained in:
parent
0a80981178
commit
06b8eae3d1
1 changed files with 3 additions and 0 deletions
|
@ -261,6 +261,9 @@ (define %qwerty-us-keystrokes
|
||||||
(#\. . "dot")
|
(#\. . "dot")
|
||||||
(#\, . "comma")
|
(#\, . "comma")
|
||||||
(#\; . "semicolon")
|
(#\; . "semicolon")
|
||||||
|
(#\' . "apostrophe")
|
||||||
|
(#\" . "shift-apostrophe")
|
||||||
|
(#\` . "grave_accent")
|
||||||
(#\bs . "backspace")
|
(#\bs . "backspace")
|
||||||
(#\tab . "tab")))
|
(#\tab . "tab")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue