Packagecc.cote.feathers.softkeyboard.layouts
Classpublic class AzertySwitchFr
InheritanceAzertySwitchFr Inheritance Layout Inheritance Object

The AzertySwitchFr class defines a basic azerty-inspired keyboard layout that includes the most useful key variants in a French context as well as a SWITCH_LAYOUT key.



Public Properties
 PropertyDefined By
 InheritedcapsLock : Boolean = false
Indicates whether the caps lock key is initially engaged (true) or not (false)
Layout
 InheritedhorizontalGap : Number = .1
Horizontal gap between keys (expressed as a ratio to the default key width)
Layout
 Inheritedrows : Vector.<Key>
Vector of rows defined for the layout.
Layout
 Inheritedspacer : Key
Spacer key (fake key to leave space in a keyboard layout)
Layout
 InheritedverticalGap : Number = .1
Vertical gap between keys (expressed as a ratio to the default key height).
Layout
Public Methods
 MethodDefined By
  
AzertySwitchFr(switchKeyClass:Class)
Creates a new AzertySwitchFr object.
AzertySwitchFr
Public Constants
 ConstantDefined By
  SWITCH_KEY_LABEL : String = ABC
[static] The label to use on SWITCH_LAYOUT keys pointing to this layout.
AzertySwitchFr
Constructor Detail
AzertySwitchFr()Constructor
public function AzertySwitchFr(switchKeyClass:Class)

Creates a new AzertySwitchFr object.

Parameters
switchKeyClass:Class — The class to instantiate when the SWITCH_LAYOUT key is pressed.
Constant Detail
SWITCH_KEY_LABELConstant
public static const SWITCH_KEY_LABEL:String = ABC

The label to use on SWITCH_LAYOUT keys pointing to this layout.