KeyMapper icon indicating copy to clipboard operation
KeyMapper copied to clipboard

Another button for use while screen is off (root)

Open Willie30F opened this issue 2 years ago • 1 comments

Developer TODO (don't remove)

  • [ ] create new branch. put issue number at start of name
  • [ ] update documentation
  • [ ] merge and delete branch (don't squash because want commit history to see why I made changes)

I looked through your documentation why some buttons worked but others didn't while the screen was off and found the following command adb shell getevent -lq.

If possible, I'd like the following button to be added:

~ $ adb -t 2 shell getevent -lq
/dev/input/event1: EV_KEY       012d                 DOWN
/dev/input/event1: EV_SYN       SYN_REPORT           00000000
/dev/input/event1: EV_KEY       012d                 UP
/dev/input/event1: EV_SYN       SYN_REPORT           00000000

Thanks in advance.

Willie30F avatar Mar 13 '23 12:03 Willie30F

Related to #1394

sds100 avatar May 14 '25 13:05 sds100

Gonna be fixed by #1394

sds100 avatar Aug 09 '25 16:08 sds100