diff options
| author | nyamatongwe <unknown> | 2008-07-27 08:17:23 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2008-07-27 08:17:23 +0000 |
| commit | 5846f322feaf16de1e146530769ffd42f752f057 (patch) | |
| tree | bd3759d875fdd15341bbd0d4ec325c164b814b55 /include/Scintilla.iface | |
| parent | 74bf9b9fc6186ad580d333823fb0bfb9db43f083 (diff) | |
| download | scintilla-mirror-5846f322feaf16de1e146530769ffd42f752f057.tar.gz | |
Property to set interpratation of keys to always use Unicode.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 949452efb..c8759e591 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1804,6 +1804,12 @@ fun void CopyAllowLine=2519(,) # characters in the document. get int GetCharacterPointer=2520(,) +# Always interpret keyboard input as Unicode +set void SetKeysUnicode=2521(bool keysUnicode,) + +# Are keys always interpreted as Unicode? +get bool GetKeysUnicode=2522(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |
