From c0325e612783dfeb2d032a5dc69339dbbb2772c9 Mon Sep 17 00:00:00 2001 From: rathnor Date: Wed, 3 Mar 2004 12:53:06 +0000 Subject: fix update of keys on kepmapping change --- ChangeLog | 2 ++ src/fluxbox.cc | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c8bac8..7252d32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ (Format: Year/Month/Day) Changes for 0.9.9: *04/03/03: + * Fix update of keys on keymap change (Simon) + fluxbox.cc * Fix outline moving dropping on source workspace made window disappear [we now explicitly don't unfocus a moving window] (Simon) Window.cc fluxbox.cc diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 119c22c..dd70d6c 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.cc,v 1.233 2004/03/03 12:29:31 rathnor Exp $ +// $Id: fluxbox.cc,v 1.234 2004/03/03 12:53:06 rathnor Exp $ #include "fluxbox.hh" @@ -875,6 +875,8 @@ void Fluxbox::handleEvent(XEvent * const e) { #endif // DEBUG FbTk::KeyUtil::instance().init(); // reinitialise the key utils + // reconfigure keys (if the mapping changes, they don't otherwise update + m_key->reconfigure(StringUtil::expandFilename(*m_rc_keyfile).c_str()); break; case CreateNotify: -- cgit v0.11.2