chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a956ecf
)
rename lower to bottom to clear way for left and right
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 5 Jan 2021 01:47:29 +0000
(
01:47
+0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index b5bbffe3bbc96fa731d357d01947caa66297cc75..cc39435ba9ca1238c7e6813367bf571082a107ab 100644
(file)
--- a/
templates/script.ts
+++ b/
templates/script.ts
@@
-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) {