- 27 Nov, 2001 1 commit
-
-
Kevin Bracey authored
Added Korean layout. If you don't have a real Korean keyboard, Alt+Num-Lock acts as Hangul Lock, and Alt+Space (in the Hangul layer) acts as convert. Version 0.82. Tagged as 'IntKey-0_82'
-
- 14 Jun, 2001 1 commit
-
-
Stewart Brodie authored
Temporary GNUmakefile added containing UNIX build system. Detail: gcc complained about returning the address of a local variable as a function result in both keygen and keyconvert. The two variables concerned have now been made static like they should have been. Unlikely to have caused much aggravation, but only through luck. The Keyboard data structure has been updated to explicitly use an unsigned char in some places. This is necessary for systems on which char is signed by default. The GNUmakefile is a temporary addition until native tool support can be sorted out. In the xriscos environment, do "make links" and then "make rom" to build the module. "make clean" will remove all the built stuff and the symbolic links. Requires access to the exported Unicode library files. keyconvert is built, but will not work for the obvious reason that it calls SWIs. Admin: GNUmakefile will be removed at a later date - it's only temporary. Tested - builds the same module (for Keyboard=All, Machine=Phoebe) byte-identically. Version 0.80. Tagged as 'IntKey-0_80'
-
- 16 Sep, 1999 4 commits
-
-
Kevin Bracey authored
keygen now built with ANSILib instead of Stubs to cope with buggy old qsorts in old shared C libraries. Version 0.69. Tagged as 'IntKey-0_69'
-
Kevin Bracey authored
Version 0.68. Tagged as 'IntKey-0_68'
-
Kevin Bracey authored
Version 0.68. Tagged as 'IntKey-0_68'
-
Kevin Bracey authored
Unicode 3.0 character database imported. Switzerland layout now includes @FNKey@ (missed on previous check-in). Version 0.67. Tagged as 'IntKey-0_67'
-
- 26 Aug, 1999 2 commits
-
-
Simon Forrest authored
"FN" key support added by K. Bracey. 3rd party-specific keyboard mappings defined and included by S. Forrest. Both changes made in order to support the third party handset. Tested on a Risc PC against V0.02 of the RCMM Driver. Version 0.65. Tagged as 'IntKey-0_65'
-
Kevin Bracey authored
-
- 27 Apr, 1999 1 commit
-
-
Kevin Bracey authored
Moved euro sign to Alt-4 on UK and UK-based layouts. This involved moving the vulgar fractions to Alt-7,8,9. Double upwards arrow (symbol for Shift on menus) added to assorted layouts, as per diagrams. This still won't work in any alphabets other than UTF-8 because the International module doesn't recognise that character as being in the official alphabets. Version 0.64. Tagged as 'IntKey-0_64'
-
- 26 Apr, 1999 1 commit
-
-
Kevin Bracey authored
Added ability to redefine keys already specified (eg in inc.[tag]). Added customisations for 3rd party using aforementioned features. Version 0.63. Tagged as 'IntKey-0_63'
-
- 17 Feb, 1999 1 commit
-
-
Kevin Bracey authored
Created new PC-compatible two-layer Russian layout. Version 0.59. Tagged as 'IntKey-0_59'
-
- 11 Nov, 1998 1 commit
-
-
Kevin Bracey authored
%Include directive implemented in layout files - this gives a simpler way of adding in the new keys and allows some commonality between layouts. To get the new keys, you need to set the option EXTRAKEYS="-extra [tag]". !IKHG removed. Version 0.58. Tagged as 'IntKey-0_58'
-
- 09 Nov, 1998 1 commit
-
-
Kevin Bracey authored
3rd party keys placed into UK, USA and Netherlands layouts - this is a temporary measure until a proper build option is installed. Dead key ring above + space now outputs U+00B0 (degree sign), rather than U+02DB (ring above). Version 0.57. Tagged as 'IntKey-0_57'
-
- 02 Sep, 1998 1 commit
-
-
Kevin Bracey authored
Added hexadecimal keypad code entry. Changed dead key tilde+space to U+007E, not U+02DC (Denmark needs this). Added dead key stroke (only Turkey uses this).
-
- 01 Sep, 1998 1 commit
-
-
Kevin Bracey authored
Complete new keyboard definition system in terms of the UCS. See Docs.FileFormat for information.
-