uinput-fpc.kl 723 B

12345678910111213141516171819202122232425262728
  1. #
  2. # FPC1020 Touch sensor driver
  3. #
  4. # Copyright (c) 2013,2014 Fingerprint Cards AB <[email protected]>
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of the GNU General Public License Version 2
  8. # as published by the Free Software Foundation.
  9. #
  10. #key 304 DPAD_CENTER VIRTUAL
  11. #key 102 HOME VIRTUAL
  12. #key 108 SYSTEM_NAVIGATION_DOWN
  13. #key 103 SYSTEM_NAVIGATION_DOWN
  14. # Swipe Up
  15. #key 103 DPAD_UP VIRTUAL
  16. # Swipe Down
  17. #key 108 DPAD_DOWN VIRTUAL
  18. # Single Tap
  19. #key 105 DPAD_CENTER VIRTUAL
  20. # Double Tap
  21. key 106 BUTTON_C VIRTUAL
  22. # Keymap between kernel and framework.
  23. # Refer to input-event-codes.h(kernel) and KeyEvent.java(framework) for more details.