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

Added support for Euro sign to third party keyboard layout. The

Euro may be obtained by using <Function> + <O>, as specified in
the third party-specific documentation.  The Euro sign must
be available in the font, otherwise it will not be displayed.

Version 0.66. Tagged as 'IntKey-0_66'
parent 77f7ee4a
......@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "0.65"
Module_Version SETA 65
Module_MajorVersion SETS "0.66"
Module_Version SETA 66
Module_MinorVersion SETS ""
Module_Date SETS "26 Aug 1999"
Module_FullVersion SETS "0.65"
Module_Date SETS "10 Sep 1999"
Module_FullVersion SETS "0.66"
END
/* (0.65)
/* (0.66)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.65
#define Module_MajorVersion_CMHG 0.66
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 26 Aug 1999
#define Module_Date_CMHG 10 Sep 1999
#define Module_MajorVersion "0.65"
#define Module_Version 65
#define Module_MajorVersion "0.66"
#define Module_Version 66
#define Module_MinorVersion ""
#define Module_Date "26 Aug 1999"
#define Module_Date "10 Sep 1999"
#define Module_FullVersion "0.65"
#define Module_FullVersion "0.66"
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