mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Fix for IP4 and GDB.
This commit is contained in:
parent
2903cadcc0
commit
7f00aac673
15 changed files with 38 additions and 47 deletions
Binary file not shown.
|
|
@ -83,4 +83,3 @@ period 0x34
|
|||
colon 0x34 shift
|
||||
minus 0x35
|
||||
underscore 0x35 shift
|
||||
|
||||
|
|
|
|||
|
|
@ -74,4 +74,3 @@ period 0x34
|
|||
colon 0x34 shift
|
||||
minus 0x35
|
||||
underscore 0x35 shift
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ underscore 0x0d shift
|
|||
dead_cedilla 0x0d altgr
|
||||
dead_ogonek 0x0d shift altgr
|
||||
a 0x10 addupper
|
||||
at 0x10 altgr
|
||||
Greek_OMEGA 0x10 shift altgr
|
||||
z 0x11 addupper
|
||||
lstroke 0x11 altgr
|
||||
|
|
@ -83,7 +82,6 @@ q 0x1e addupper
|
|||
ae 0x1e altgr
|
||||
AE 0x1e shift altgr
|
||||
ssharp 0x1f altgr
|
||||
section 0x1f shift altgr
|
||||
eth 0x20 altgr
|
||||
ETH 0x20 shift altgr
|
||||
dstroke 0x21 altgr
|
||||
|
|
@ -93,7 +91,6 @@ ENG 0x22 shift altgr
|
|||
hstroke 0x23 altgr
|
||||
Hstroke 0x23 shift altgr
|
||||
kra 0x25 altgr
|
||||
ampersand 0x25 shift altgr
|
||||
lstroke 0x26 altgr
|
||||
Lstroke 0x26 shift altgr
|
||||
m 0x27 addupper
|
||||
|
|
@ -112,15 +109,12 @@ dead_grave 0x2b altgr
|
|||
dead_breve 0x2b shift altgr
|
||||
w 0x2c addupper
|
||||
guillemotleft 0x2c altgr
|
||||
less 0x2c shift altgr
|
||||
guillemotright 0x2d altgr
|
||||
greater 0x2d shift altgr
|
||||
cent 0x2e altgr
|
||||
copyright 0x2e shift altgr
|
||||
leftdoublequotemark 0x2f altgr
|
||||
grave 0x2f shift altgr
|
||||
rightdoublequotemark 0x30 altgr
|
||||
apostrophe 0x30 shift altgr
|
||||
comma 0x32
|
||||
question 0x32 shift
|
||||
dead_cedilla 0x32 altgr
|
||||
|
|
|
|||
|
|
@ -137,4 +137,3 @@ thorn 0x35
|
|||
THORN 0x35 shift
|
||||
dead_belowdot 0x35 altgr
|
||||
dead_abovedot 0x35 shift altgr
|
||||
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ yen 0x7d
|
|||
bar 0x7d shift
|
||||
underscore 0x73 shift
|
||||
Henkan_Mode 0x79
|
||||
Katakana_Real 0x70
|
||||
Katakana 0x70
|
||||
Muhenkan 0x7b
|
||||
Henkan_Mode_Real 0x79
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ Shift_L 0x2a
|
|||
|
||||
Alt_R 0xb8
|
||||
Mode_switch 0xb8
|
||||
ISO_Level3_Shift 0xb8
|
||||
Alt_L 0x38
|
||||
|
||||
Control_R 0x9d
|
||||
|
|
@ -10,8 +11,8 @@ Control_L 0x1d
|
|||
|
||||
# Translate Super to Windows keys.
|
||||
# This is hardcoded. See documentation for details.
|
||||
Super_R 0xdb
|
||||
Super_L 0xdc
|
||||
Super_R 0xdc
|
||||
Super_L 0xdb
|
||||
|
||||
# Translate Menu to the Windows Application key.
|
||||
Menu 0xdd
|
||||
|
|
|
|||
|
|
@ -57,4 +57,3 @@ equal 0x35 shift
|
|||
bracketright 0x56
|
||||
bracketleft 0x56 shift
|
||||
brokenbar 0x56 altgr
|
||||
|
||||
|
|
|
|||
|
|
@ -79,4 +79,3 @@ period 0x34
|
|||
colon 0x34 shift
|
||||
minus 0x35
|
||||
underscore 0x35 shift
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue