Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Internat
IntKey
Commits
3f8c2aa7
Commit
3f8c2aa7
authored
28 years ago
by
Neil Turton
Browse files
Options
Download
Plain Diff
This commit was generated by cvs2git to track changes on a CVS vendor branch.
parents
e2ab8c65
29b3cb90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
README
README
+25
-0
No files found.
README
0 → 100644
View file @
3f8c2aa7
Use !IKHG to create the assembler source for the keyboard handler tables. Do
this by pressing Escape when finished editing the layout then press Escape
again when it asks if you want to create the module (it doesn't work). The
generated assembler file can be found in !IKHG.Source.GenSource (set the
file's type to Text).
Copy the generated assembler file into the appropriate place in the real
International Keyboard module sources and rename it as required eg.
UK.Source.UkPCKbd.
Now edit the generated assembler file, removing the KeyStructureTable as
this is now defined in a file called KeyStruct. The KeyStruct? table has
been extended so that key pad keys can also be modified so there must be two
more entries added to this table (see UK.Source.UkPCKbd for an example).
Mappings for the key pad must also be defined (see end of
UK.Source.UkPCKbd).
The table in file KeyStruct must be modified to point to the tables which
your handler is to recognise (one entry for each country, most will default
to UK - KeyStruct1). For example, the KeyStructureTable for Germany (in
Germany.Source.KeyStruct) has entries for Germany (KeyStruct7) and
Switzerland (KeyStruct35). All others default to UK.
Finally, an IntKeyMod file must be created to pull everything together. See
the files in Germany.Source and UK.Source for examples.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment