diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-15 19:30:11 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-15 19:30:11 (GMT) |
commit | 61b04e336632ff1cf0bf38ef6b35ebf29288060c (patch) | |
tree | 107236f022eb3ed2700dc6c2ddeb35ed02b97630 /src/fluxbox.cc | |
parent | 398b63c7c54f16f92dfbd305f6899253372a4260 (diff) | |
download | fluxbox_pavel-61b04e336632ff1cf0bf38ef6b35ebf29288060c.zip fluxbox_pavel-61b04e336632ff1cf0bf38ef6b35ebf29288060c.tar.bz2 |
need to reset keybindings when keymap changes
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 076ae45..ec8537c 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -751,7 +751,7 @@ void Fluxbox::handleEvent(XEvent * const e) { | |||
751 | XRefreshKeyboardMapping(&e->xmapping); | 751 | XRefreshKeyboardMapping(&e->xmapping); |
752 | FbTk::KeyUtil::instance().init(); // reinitialise the key utils | 752 | FbTk::KeyUtil::instance().init(); // reinitialise the key utils |
753 | // reconfigure keys (if the mapping changes, they don't otherwise update | 753 | // reconfigure keys (if the mapping changes, they don't otherwise update |
754 | m_key->reconfigure(); | 754 | m_key->reload(); |
755 | } | 755 | } |
756 | break; | 756 | break; |
757 | case CreateNotify: | 757 | case CreateNotify: |