Difference between revisions of "Unit Keymap FR"

From Ultibo.org
Jump to: navigation, search
Line 14: Line 14:
 
----
 
----
  
''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]]

Revision as of 06:22, 1 December 2016

Return to Unit Reference


Description


Keymap_FR is a keymap unit containing the keyboard layout for French (FR) keyboards, to use this keymap include Keymap_FR 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('FR') 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=FR 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