Difference between revisions of "Unit Keymap US Intl"
From Ultibo.org
(Created page with "Return to Unit Reference === Description === ---- Keymap_US_Intl is a keymap unit containing the keyboard layout for US International (US-INTL) keyboards...") |
(No difference)
|
Revision as of 04:29, 24 August 2016
Return to Unit Reference
Description
Keymap_US_Intl is a keymap unit containing the keyboard layout for US International (US-INTL) keyboards, to use this keymap include Keymap_US_Intl
in the uses
clause of any unit in your program.
The keymap will automatically register itself during startup and will be available for use by calling KeymapFindByName('US-INTL')
which will return a font handle that can be passed to KeymapSetDefault()
to change the current default keymap.
The default keymap can also be set during startup by defining the command line parameter KEYMAP_DEFAULT=US-INTL
in the file cmdline.txt on your SD card.
Constants
None
Type definitions
None
Public variables
None
Function declarations
None
Return to Unit Reference