From c68724aac78d1aaf86f79de51ba6dfbcf6b0e666 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 25 Feb 2020 23:25:59 +0000 Subject: [PATCH] dot/e16-bindings: Add bindings for switching compositing on and off. Compositing without hardware acceleration imposes a very heavy CPU load, so under those circumstances it's best only used on special occasions. --- dot/e16-bindings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot/e16-bindings b/dot/e16-bindings index b60f908..5f99a62 100644 --- a/dot/e16-bindings +++ b/dot/e16-bindings @@ -53,6 +53,7 @@ KeyDown C5 l exec xrepaint -a KeyDown C5 m wop * ts available KeyDown C5 r wop * shade KeyDown C5 s wop * stick +KeyDown C5 t cm start KeyDown C5 v wop * th available KeyDown C5 w menus show winops.menu KeyDown C5 x wop * close @@ -77,6 +78,7 @@ KeyDown S5 Left wop * mr -15 0 KeyDown S5 Right wop * mr +15 0 KeyDown SC5 h wop * tw conservative KeyDown SC5 m wop * ts conservative +KeyDown SC5 t cm stop KeyDown SC5 v wop * th conservative KeyDown SC5 Up wop * sr 0 -15 KeyDown SC5 Down wop * sr 0 +15 -- 2.11.0