nl.kbna.dioscuri.module.keyboard
Class ScanCodeSets

java.lang.Object
  extended by nl.kbna.dioscuri.module.keyboard.ScanCodeSets

public class ScanCodeSets
extends java.lang.Object

Class ScanCodeSets Defines three basic sets of scancodes: XT, AT and PS/2. By default scancode set AT is used. Notes: - Not all scancodes are filled in. - Difference between XT and AT is that they use different codes - Difference between XT/AT and PS/2 is that the latter doesn't use make/break codes but rather one code.


Field Summary
(package private)  java.lang.String[][][] scancodes
           
protected  char[] translate8042
           
 
Constructor Summary
ScanCodeSets()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

translate8042

protected char[] translate8042

scancodes

java.lang.String[][][] scancodes
Constructor Detail

ScanCodeSets

public ScanCodeSets()