From: Ian Jackson Date: Tue, 5 Jan 2021 01:47:29 +0000 (+0000) Subject: rename lower to bottom to clear way for left and right X-Git-Tag: otter-0.2.0~21 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3f64e8a7b2ef598068d8dd830fb3f30f5a5a427c;p=otter.git rename lower to bottom to clear way for left and right Signed-off-by: Ian Jackson --- diff --git a/templates/script.ts b/templates/script.ts index b5bbffe3..cc39435b 100644 --- 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) {