Implemented US-qwerty shift characters, when Unicode is disabled

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@815 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-05-22 19:24:03 +00:00
parent 8f5fc2c923
commit 9e4866e34c
2 changed files with 47 additions and 11 deletions

View File

@@ -340,8 +340,8 @@
; that follows it isn't space or a vowel (the ones that make it a valid
; combination : ^âêîôû)
; If this problem concerns you, disable unicode below, and it will never
; crash. This won't affect keyboard shortcuts, but in text fields you will be
; unable to type many punctuation characters.
; crash. This won't affect keyboard shortcuts, but in text fields you'll be
; typing in US-QWERTY mode.
Use_unicode = yes ; (Default 'yes')
; end of configuration