Packagecc.cote.feathers.softkeyboard.layouts
Classpublic class NumbersSymbolsSwitch
InheritanceNumbersSymbolsSwitch Inheritance Layout Inheritance Object

The NumbersSymbolsSwitch class defines a keyboard layout containing all 10 digits and the most useful symbol characters (including many key variants). It also features 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
  
NumbersSymbolsSwitch(switchKeyClass:Class)
Creates a new NumbersSymbolsSwitch object.
NumbersSymbolsSwitch
Public Constants
 ConstantDefined By
  SWITCH_KEY_LABEL : String = 123 @$?
[static] The label to use on SWITCH_LAYOUT keys pointing to this layout.
NumbersSymbolsSwitch
Constructor Detail
NumbersSymbolsSwitch()Constructor
public function NumbersSymbolsSwitch(switchKeyClass:Class)

Creates a new NumbersSymbolsSwitch object.

Parameters
switchKeyClass:Class — The class to use with the SWITCH_KEY defined by this layout.
Constant Detail
SWITCH_KEY_LABELConstant
public static const SWITCH_KEY_LABEL:String = 123 @$?

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