diff options
author | mathias <mathias> | 2005-05-06 09:22:53 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-05-06 09:22:53 (GMT) |
commit | 6c057c6903151aab92309310087d5af455ecefce (patch) | |
tree | 1d4c98ad1637df09b89593b3e6a4a70245db4602 /ChangeLog | |
parent | 7d4f711204ab0b51d45eaff332708f529c11c9f5 (diff) | |
download | fluxbox-6c057c6903151aab92309310087d5af455ecefce.zip fluxbox-6c057c6903151aab92309310087d5af455ecefce.tar.bz2 |
Fix for #1160244, #1099704, #1094107:
if the xkb-extension is enabled and the user switches between his/her
keyboardlayouts fluxbox's keybhandling doesn't work well anymore because
xkeyevent.state contains also xkb-related flags and thus we have to handle
that with caution.
KeyUtils now contain 'isolateModifierMask()' to really work only on the
modifiers. why not as part of cleanMods() ? because the XLookupString return
false results, eg TextBox's would only print chars from the first
keyboardlayout.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/05/05: | ||
4 | * Fix #1160244, #1099704, #1094107 Mutiple keyboard layout (Mathias + thanx | ||
5 | to Vadim) | ||
6 | Switching to a secondary/third keyboard layout via the xkb-extensions | ||
7 | leads to broken NextWindow/PrevWindow and broken fbrun/CommandDialog: | ||
8 | - be aware of what xkb is doing to the event.state | ||
9 | - minor cleaning | ||
10 | CommandDialog.cc WorkspaceCmd.cc Keys.cc FbTk/KeyUtil.cc/hh | ||
11 | FbTk/TextBox.cc fluxbox.cc FbRun.cc | ||
3 | *05/05/03: | 12 | *05/05/03: |
4 | * Fix drawing of no-title menus, plus updating of int menu items (Simon) | 13 | * Fix drawing of no-title menus, plus updating of int menu items (Simon) |
5 | IntResMenuItem.hh/cc MenuItem.hh Menu.cc Screen.cc ToggleMenu.hh | 14 | IntResMenuItem.hh/cc MenuItem.hh Menu.cc Screen.cc ToggleMenu.hh |