Difference between revisions of "Unit Keymap US Intl"

From Ultibo.org
Jump to: navigation, search
(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...")
 
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
----
 
----
  
Keymap_US_Intl is a keymap unit containing the keyboard layout for US International (US-INTL) keyboards, to use this keymap include <code>Keymap_US_Intl</code> in the <code>uses</code> clause of any unit in your program.
+
'''Ultibo Keymap (US International) Interface unit'''
  
 +
Keymap_US_Intl is a keymap unit containing the keyboard layout for US International (US-INTL) keyboards, to use this keymap include <code>Keymap_US_Intl</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('US-INTL')</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('US-INTL')</code> which will return a font handle that can be passed to <code>KeymapSetDefault()</code> to change the current default keymap.
Line 15: Line 16:
 
----
 
----
  
''None''
+
''None defined''
  
 
=== Type definitions ===
 
=== Type definitions ===
 
----
 
----
  
''None''
+
''None defined''
  
 
=== Public variables ===
 
=== Public variables ===
 
----
 
----
  
''None''
+
''None defined''
  
 
=== Function declarations ===
 
=== Function declarations ===
 
----
 
----
  
''None''
+
''None defined''
  
  
 
Return to [[Unit_Reference|Unit Reference]]
 
Return to [[Unit_Reference|Unit Reference]]

Latest revision as of 06:03, 31 August 2021

Return to Unit Reference


Description


Ultibo Keymap (US International) Interface unit

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 defined

Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference