guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: marionette: Provide portable US-layout keystrokes for "<" and ">"


From: guix-commits
Subject: 02/07: marionette: Provide portable US-layout keystrokes for "<" and ">".
Date: Fri, 21 Feb 2020 18:46:16 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b6ec284fe8b67bba4b17aab98641a91a17658133
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Feb 21 15:04:17 2020 +0100

    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.
---
 gnu/build/marionette.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/build/marionette.scm b/gnu/build/marionette.scm
index a9dbce5..fe754cd 100644
--- a/gnu/build/marionette.scm
+++ b/gnu/build/marionette.scm
@@ -317,8 +317,8 @@ PREDICATE, whichever comes first.  Raise an error when 
TIMEOUT is exceeded."
     (#\( . "shift-9")
     (#\) . "shift-0")
     (#\/ . "slash")
-    (#\< . "less")
-    (#\> . "shift-less")
+    (#\< . "shift-comma")
+    (#\> . "shift-dot")
     (#\. . "dot")
     (#\, . "comma")
     (#\; . "semicolon")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]