chiark / gitweb /
rename lower to bottom to clear way for left and right
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 5 Jan 2021 01:47:29 +0000 (01:47 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 5 Jan 2021 01:47:29 +0000 (01:47 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts

index b5bbffe3bbc96fa731d357d01947caa66297cc75..cc39435ba9ca1238c7e6813367bf571082a107ab 100644 (file)
@@ -264,11 +264,11 @@ function recompute_keybindings() {
   };
   if (all_targets.length) {
     add_uo(all_targets, {
-      def_key: 'l',
+      def_key: 'b',
       kind: 'Client',
       wrc: 'Predictable',
       opname: "lower",
-      desc: "lower (send to bottom)",
+      desc: "send to bottom (below other pieces)",
     });
   }
   if (all_targets.length) {