From: <ba...@us...> - 2012-02-22 20:14:01
|
Revision: 100 http://scrupp.svn.sourceforge.net/scrupp/?rev=100&view=rev Author: basique Date: 2012-02-22 20:13:55 +0000 (Wed, 22 Feb 2012) Log Message: ----------- - Unicode translation of key presses (e.g. SHIFT+2 results in "@" on US keyboards) is no longer enabled by default Reason: If enabled, pressing compose keys will possibly not generate key press events, because the system waits for the next key press. In that case, these keys could not be used to control the application. - New functions to manipulate the unicode translation: - scrupp.enableUnicode() - scrupp.disableUnicode() - scrupp.unicodeIsEnabled() The application should enable unicode translation, if the user is entering unicode text. It should be disabled otherwise. Modified Paths: -------------- trunk/scripts/console.lua trunk/src/Graphics.c trunk/src/Keyboard.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |