mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Turtle fixed keys
git-svn-id: svn://ultimatepp.org/upp/trunk@7906 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c7b1dd376c
commit
9864f7aace
1 changed files with 12 additions and 0 deletions
|
|
@ -111,3 +111,15 @@ K_CTRL_EQUAL = K_CTRL|61|K_DELTA,
|
|||
K_CTRL_APOSTROPHE= K_CTRL|222|K_DELTA,
|
||||
|
||||
K_BREAK = WEBKEY(3) + K_DELTA, // Is it really?
|
||||
|
||||
K_PLUS = 0, // not yet defined
|
||||
K_MINUS = 0, // not yet defined
|
||||
K_COMMA = 0, // not yet defined
|
||||
K_PERIOD = 0, // not yet defined
|
||||
K_SEMICOLON = 0, // not yet defined
|
||||
K_SLASH = 0, // not yet defined
|
||||
K_GRAVE = 0, // not yet defined
|
||||
K_LBRACKET = 0, // not yet defined
|
||||
K_BACKSLASH = 0, // not yet defined
|
||||
K_RBRACKET = 0, // not yet defined
|
||||
K_QUOTEDBL = 0, // not yet defined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue