marionette: Augment the set of keystrokes.
* gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `.master
parent
0a80981178
commit
06b8eae3d1
|
@ -261,6 +261,9 @@ PREDICATE, whichever comes first. Raise an error when TIMEOUT is exceeded."
|
||||||
(#\. . "dot")
|
(#\. . "dot")
|
||||||
(#\, . "comma")
|
(#\, . "comma")
|
||||||
(#\; . "semicolon")
|
(#\; . "semicolon")
|
||||||
|
(#\' . "apostrophe")
|
||||||
|
(#\" . "shift-apostrophe")
|
||||||
|
(#\` . "grave_accent")
|
||||||
(#\bs . "backspace")
|
(#\bs . "backspace")
|
||||||
(#\tab . "tab")))
|
(#\tab . "tab")))
|
||||||
|
|
||||||
|
|
Reference in New Issue