Difference between revisions of "Unit Keymap UK"
From Ultibo.org
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
---- | ---- | ||
+ | |||
+ | '''Ultibo Keymap (UK) Interface unit''' | ||
Keymap_UK is a keymap unit containing the keyboard layout for UK English (UK) keyboards, to use this keymap include <code>Keymap_UK</code> in the <code>uses</code> clause of any unit in your program. | Keymap_UK is a keymap unit containing the keyboard layout for UK English (UK) keyboards, to use this keymap include <code>Keymap_UK</code> in the <code>uses</code> clause of any unit in your program. |
Latest revision as of 06:03, 31 August 2021
Return to Unit Reference
Description
Ultibo Keymap (UK) Interface unit
Keymap_UK is a keymap unit containing the keyboard layout for UK English (UK) keyboards, to use this keymap include Keymap_UK
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('UK')
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=UK
in the file cmdline.txt on your SD card.
Constants
None defined
Type definitions
None defined
Public variables
None defined
Function declarations
None defined
Return to Unit Reference