Home
last modified time | relevance | path

Searched refs:KEYCODE_ALT (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java96 public static final int KEYCODE_ALT = -6; field in Keyboard
790 } else if (key.codes[0] == KEYCODE_ALT) { in loadKeyboard()