aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/KeyUtil.cc
AgeCommit message (Collapse)AuthorFilesLines
2006-04-12add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot orgsimonb1-8/+8
2006-02-16updated copyright infomathias1-1/+1
2005-05-06Fix for #1160244, #1099704, #1094107:mathias1-38/+34
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.
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-08cosmeticakir1-2/+2
2004-09-01fix for a compile-error with mips-pro 7.30 (segfaulted)akir1-9/+12
2004-02-10const operatorfluxgen1-2/+2
2003-12-31using fixed values againfluxgen1-4/+4
2003-12-30use real mods for caps, num and scrollfluxgen1-4/+39
2003-10-13using auto_ptrfluxgen1-7/+7
2003-10-05shuffle bunch of stuff from Keys into FbTk/KeyUtilrathnor1-44/+156
2003-09-08minor fixesfluxgen1-5/+1
2003-09-06key util to determine mod mask for keysfluxgen1-0/+85