scanCode property
final
The hardware scan code id corresponding to this key event.
These values are not reliable and vary from device to device, so this information is mainly useful for debugging.
See developer.android.com/reference/android/view/KeyEvent.html#getScanCode() for more information.
Implementation
final int scanCode;