all repos — openbox @ 9ae12978f42cb014c05a2b3a8077703557a8643e

openbox fork - make it a bit more like ryudo

simple possible bugfix? meh
Dana Jansens danakj@orodu.net
commit

9ae12978f42cb014c05a2b3a8077703557a8643e

parent

c0b0c00408d2ef2c0214f8aeb760c4dbe0fa37c4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M scripts/stackedcycle.pyscripts/stackedcycle.py

@@ -217,7 +217,7 @@ if (data.action == ob.KeyAction.Release and

not self.state & data.state): done = 1 # has Escape been pressed? - if data.action == ob.KeyAction.Press and data.key == "Escape": + elif data.action == ob.KeyAction.Press and data.key == "Escape": done = 1 # revert self.menupos = 0