Revision 868959

Go back to digest for 12th October 2008

Bug Fixes in Utilities

Guillaume Martres committed changes in /trunk/playground/utils/kvkbd/src:

Make right Shift works again
Don't assume that shift + [alphabetical character] always equals character.toUpper() (this is not always the case on the French keyboard for example) but always use character.toUpper() for Caps Lock, since that's how it behaves on Linux

File Changes

Modified 2 files
  • /trunk/playground/utils/kvkbd/src
  •   /mainwidget.cpp
  •   /vbutton.cpp
2 files changed in total