David Novakovic

Results 85 comments of David Novakovic

Sorry what do you mean by automatic? My apologies I've not actually used the razer stuff in windows on the kb before so my overall understanding may be a bit...

btw i'm 100% comfortable hacking on python code (and playing around in /sys) - so if you want me to go digging just point me in the right direction

It's RZ03-0039 for the SN. Looks like this http://2f.zol-img.com.cn/product/57/521/ceFp4mQvnlCkE.jpg - indeed no lighting, except for the triskelion. See output from the python session below: ``` ➜ ~ python3 Python 3.5.2+...

Output from xev: ``` KeyPress event, serial 33, synthetic NO, window 0xc00001, root 0x2ac, subw 0x0, time 259023, (456,435), root:(4303,442), state 0x0, keycode 108 (keysym 0xffea, Alt_R), same_screen YES, XLookupString...

Actually pressing the macro button just registers the two keys individually: ``` KeyPress event, serial 33, synthetic NO, window 0x2400001, root 0x2ac, subw 0x0, time 678139, (128,275), root:(3975,297), state 0x0,...

Here's me pressing the m1-5 keys with mode `3:0` - I'm pressing return between them so we can tell them apart too. Note as mentioned earlier, only m3-5 actually emit...

The focus events could be because I'm using xmonad and I have focus follows mouse.. I'm not moving the mouse but maybe the key press is signalling something?

Yeah I don't have windows to test things in. I'm very happy to test anything I can on OSX and Linux though.

It was Engine RPM I believe. On Jan 2, 2017 9:56 PM, "Paulo Pires" wrote: What command originated this response? — You are receiving this because you authored the thread....

aI guess my confusion stems from the fact that there's an assertion about being numeric data. I guess this means I should convert the hex data to something first. In...