Commit db456b8a authored by Simon Forrest's avatar Simon Forrest
Browse files

Altered data files (in !IKHG.Files) to correct the keypad mapping errors.

Ran !IKHG on all these files to create updated assembler source files
(in !IKHG.Source) containing the corrections.

Changes made by K. Bracey and S. Forrest and checked in by S. Forrest.
parent 422a361e
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -70,8 +70,8 @@ KeyTran70
= &7F, &7F, &7F, &7F
= &8B, &9B, &AB, &BB
= &9E, &8E, &BE, &AE
= &37, &37, &37, &37
= &38, &38, &38, &38
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......@@ -119,7 +119,7 @@ KeyTran70
= &8C, &9C, &AC, &BC
= &8E, &9E, &AE, &BE
= &8D, &9D, &AD, &BD
= &30, &30, &30, &30
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......
......@@ -70,8 +70,8 @@ KeyTran71
= &7F, &7F, &7F, &7F
= &8B, &9B, &AB, &BB
= &9E, &8E, &BE, &AE
= &37, &37, &37, &37
= &38, &38, &38, &38
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......@@ -119,7 +119,7 @@ KeyTran71
= &8C, &9C, &AC, &BC
= &8E, &9E, &AE, &BE
= &8D, &9D, &AD, &BD
= &30, &30, &30, &30
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......
......@@ -70,8 +70,8 @@ KeyTran28
= &7F, &7F, &7F, &7F
= &8B, &9B, &AB, &BB
= &9E, &8E, &BE, &AE
= &37, &37, &37, &37
= &38, &38, &38, &38
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......@@ -119,7 +119,7 @@ KeyTran28
= &8C, &9C, &AC, &BC
= &8E, &9E, &AE, &BE
= &8D, &9D, &AD, &BD
= &30, &30, &30, &30
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......
......@@ -70,8 +70,8 @@ KeyTran5
= &7F, &7F, &7F, &7F
= &8B, &9B, &AB, &BB
= &9E, &8E, &BE, &AE
= &37, &37, &37, &37
= &38, &38, &38, &38
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......@@ -119,7 +119,7 @@ KeyTran5
= &8C, &9C, &AC, &BC
= &8E, &9E, &AE, &BE
= &8D, &9D, &AD, &BD
= &30, &30, &30, &30
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......
......@@ -70,8 +70,8 @@ KeyTran1
= &7F, &7F, &7F, &7F
= &8B, &9B, &AB, &BB
= &9E, &8E, &BE, &AE
= &37, &37, &37, &37
= &38, &38, &38, &38
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......@@ -119,7 +119,7 @@ KeyTran1
= &8C, &9C, &AC, &BC
= &8E, &9E, &AE, &BE
= &8D, &9D, &AD, &BD
= &30, &30, &30, &30
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
= &FF, &FF, &FF, &FF
......
; > Source.IntKeyMod
GBLS GetOther
[ Keyboard <> "All" :LAND: Keyboard <> "UK"
[ Keyboard <> "All" :LAND: Keyboard <> "Scandinavian" :LAND: Keyboard <> "UK"
GetOther SETS "GET !IKHG.Source.$Keyboard"
|
GetOther SETS ""
......@@ -11,6 +11,11 @@ GetOther SETS ""
GET Source.KeyStruct
GET !IKHG.Source.UK
$GetOther
[ Keyboard = "Scandinavian"
GET !IKHG.Source.Denmark
GET !IKHG.Source.Norway
GET !IKHG.Source.Sweden
]
GBLS GetX
[ Keyboard = "All"
......@@ -41,7 +46,5 @@ GetX SETS ";"
$GetX !IKHG.Source.USA
$GetX !IKHG.Source.DvorakUK
$GetX !IKHG.Source.DvorakUSA
$GetX !IKHG.Source.DvorakLH
$GetX !IKHG.Source.DvorakRH
END
......@@ -5,8 +5,14 @@ KeyStructureTable
MACRO
GetStruct $name, $no
[ Keyboard = "Scandinavian"
[ "$name" = "Denmark" :LOR: "$name" = "Norway" :LOR: "$name" = "Sweden"
DCD Country_$name, KeyStruct$no-KeyStructureTable
]
|
[ Keyboard = "$name" :LOR: Keyboard = "All"
DCD Country_$name, KeyStruct$no-KeyStructureTable
]
]
MEND
......@@ -33,8 +39,6 @@ KeyStructureTable
GetStruct USA, 48
GetStruct DvorakUK, 70
GetStruct DvorakUSA, 71
GetStruct DvorakLH, 78
GetStruct DvorakRH, 79
DCD -1,KeyStruct1-KeyStructureTable
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment