Difference between revisions of "Unit Keymap ES"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Reference === Description === ---- Keymap_ES is a keymap unit containing the keyboard layout for Spanish(ES) keyboards, to use this keymap...")
 
Line 6: Line 6:
  
 
Keymap_ES is a keymap unit containing the keyboard layout for Spanish(ES) keyboards, to use this keymap include <code>Keymap_ES</code> in the <code>uses</code> clause of any unit in your program.
 
Keymap_ES is a keymap unit containing the keyboard layout for Spanish(ES) keyboards, to use this keymap include <code>Keymap_ES</code> in the <code>uses</code> clause of any unit in your program.
 
  
 
The keymap will automatically register itself during startup and will be available for use by calling <code>KeymapFindByName('ES')</code> which will return a font handle that can be passed to <code>KeymapSetDefault()</code> to change the current default keymap.
 
The keymap will automatically register itself during startup and will be available for use by calling <code>KeymapFindByName('ES')</code> which will return a font handle that can be passed to <code>KeymapSetDefault()</code> to change the current default keymap.

Revision as of 05:32, 2 September 2016

Return to Unit Reference


Description


Keymap_ES is a keymap unit containing the keyboard layout for Spanish(ES) keyboards, to use this keymap include Keymap_ES 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('ES') 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=ES in the file cmdline.txt on your SD card.

Constants


None

Type definitions


None

Public variables


None

Function declarations


None


Return to Unit Reference