diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-11-02 00:03:32 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-11-02 00:03:32 (GMT) |
commit | f5fdbab98c437fe4eb5f74d82152a9a9ef7a47ed (patch) | |
tree | 11c703b7633fc4723075453165cd0a5906e55530 /src/fluxbox.cc | |
parent | 3b9611b61ddc023225092a85b21867131fb363cc (diff) | |
download | fluxbox_lack-f5fdbab98c437fe4eb5f74d82152a9a9ef7a47ed.zip fluxbox_lack-f5fdbab98c437fe4eb5f74d82152a9a9ef7a47ed.tar.bz2 |
don't reload keys file on modifier map events, just re-grab keys
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 706556c..93768da 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -772,7 +772,7 @@ void Fluxbox::handleEvent(XEvent * const e) { | |||
772 | XRefreshKeyboardMapping(&e->xmapping); | 772 | XRefreshKeyboardMapping(&e->xmapping); |
773 | FbTk::KeyUtil::instance().init(); // reinitialise the key utils | 773 | FbTk::KeyUtil::instance().init(); // reinitialise the key utils |
774 | // reconfigure keys (if the mapping changes, they don't otherwise update | 774 | // reconfigure keys (if the mapping changes, they don't otherwise update |
775 | m_key->reload(); | 775 | m_key->regrab(); |
776 | } | 776 | } |
777 | break; | 777 | break; |
778 | case CreateNotify: | 778 | case CreateNotify: |