aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index 072cba9..846edea 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -400,6 +400,12 @@ bool Keys::addBinding(const string &linebuffer) {
400 context |= ON_WINDOW; 400 context |= ON_WINDOW;
401 else if (arg == "ontitlebar") 401 else if (arg == "ontitlebar")
402 context |= ON_TITLEBAR; 402 context |= ON_TITLEBAR;
403 else if (arg == "onwinbutton")
404 context |= ON_WINBUTTON;
405 else if (arg == "onminbutton")
406 context |= ON_MINBUTTON; // one char diff, oh great ... ... blast!
407 else if (arg == "onmaxbutton")
408 context |= ON_MAXBUTTON;
403 else if (arg == "onwindowborder") 409 else if (arg == "onwindowborder")
404 context |= ON_WINDOWBORDER; 410 context |= ON_WINDOWBORDER;
405 else if (arg == "onleftgrip") 411 else if (arg == "onleftgrip")