all repos — fluxbox @ 92c4489a7b3aca89f33c1681ce2018d1332c4da6

custom fork of the fluxbox windowmanager

workaround for keys files broken by fluxconf
Mark Tiefenbruck mark@fluxbox.org
commit

92c4489a7b3aca89f33c1681ce2018d1332c4da6

parent

92d1e5fcfb5a44d6d4cfea7fdfa34bf659a377ad

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

jump to
M src/Keys.ccsrc/Keys.cc

@@ -410,6 +410,8 @@ val[argc].length() > 5) {

type = ButtonPress; key = atoi(val[argc].substr(5, val[argc].length()-5).c_str()); + if (strstr(val[argc].c_str(), "top")) + context = ON_DESKTOP; // keycode covers the following three two-byte cases: // 0x - hex // +[1-9] - number between +1 and +9