golang-evdev icon indicating copy to clipboard operation
golang-evdev copied to clipboard

Keyboard : char

Open maitredede opened this issue 5 years ago • 1 comments

Hi, I am catching keyboard strokes (device.Grab + device.ReadOne) but how can I translate key events to a final char with right casing ? Thanks.

maitredede avatar Dec 10 '18 01:12 maitredede

i have the same problem. by the way, when i scan * ,i got the num8 keychar. I try to change all 0x09 in encode.go,but it's not work.

jayking0912 avatar Jul 20 '20 05:07 jayking0912