| java.lang.Object | ||
| ↳ | com.datalogic.device.configuration.PropertyGroup | |
| ↳ | com.datalogic.decode.configuration.KeyboardWedge | |
KeyboardWedge is the class that configures the Decode Wedge
 capability with the keystroke mode.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enable | enable enables the keystroke mode. | 
      ||||||||||
| nonPrintableKeyEventDelay | nonPrintableKeyEventDelay represents a delay applied before and after every non printable character. | 
      ||||||||||
| onlyOnFocus | onlyOnFocus enables the input of the keystrokes only in input areas with
 active focus and an IME active, such as a touch keyboard. | 
      ||||||||||
| wedgeMode | wedgeMode indicates the method by which the KeyboardWedge
 operates. | 
      ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of KeyboardWedge. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  com.datalogic.device.configuration.PropertyGroup
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
enable enables the keystroke mode. This means that the label
 is sent to the foreground application in the form of key events.
nonPrintableKeyEventDelay represents a delay applied before and after every non printable character.
 This is valid only for the commit text and the text injection modes of the keyboard wedge.
onlyOnFocus enables the input of the keystrokes only in input areas with
 active focus and an IME active, such as a touch keyboard. This means that the label
 will be sent to the foreground application in the form of key events only when previous
 conditions will be met. Instead, set to false, it will emulate keystrokes directly into the
 foreground activity. Be aware, keeping this deactivated could lead to undesired behaviors.
wedgeMode indicates the method by which the KeyboardWedge
 operates. The default value is TEXT_INJECTION.
This is the constructor of KeyboardWedge. All options are initialized by editor.
| editor | A PropertyGetter used to load the current barcode family.
 | 
        
|---|