diff options
Diffstat (limited to 'src/Keys.hh')
-rw-r--r-- | src/Keys.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Keys.hh b/src/Keys.hh index 9502643..af64a1d 100644 --- a/src/Keys.hh +++ b/src/Keys.hh | |||
@@ -73,6 +73,9 @@ public: | |||
73 | /// unregister window | 73 | /// unregister window |
74 | void unregisterWindow(Window win); | 74 | void unregisterWindow(Window win); |
75 | 75 | ||
76 | /// grab keys again when keymap changes | ||
77 | void regrab(); | ||
78 | |||
76 | const std::string& filename() const { return m_filename; } | 79 | const std::string& filename() const { return m_filename; } |
77 | /** | 80 | /** |
78 | Load configuration from file | 81 | Load configuration from file |