aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-05-15 19:30:11 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-05-15 19:30:11 (GMT)
commit61b04e336632ff1cf0bf38ef6b35ebf29288060c (patch)
tree107236f022eb3ed2700dc6c2ddeb35ed02b97630 /src/fluxbox.cc
parent398b63c7c54f16f92dfbd305f6899253372a4260 (diff)
downloadfluxbox-61b04e336632ff1cf0bf38ef6b35ebf29288060c.zip
fluxbox-61b04e336632ff1cf0bf38ef6b35ebf29288060c.tar.bz2
need to reset keybindings when keymap changes
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc2
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: