Josh Goebel

Results 1720 comments of Josh Goebel

> menu is not menu on the keyboard, but i dont't know that key call what in key.py There is `MENU` but that doesn't tell you what it is (or...

They key names should actually exactly match I think but sometimes we've added `_` to them... as in this example where KEY_LEFTMETA is `Key.LEFT_META`...

How I fixed: ``` [remote "upstream"] url = https://github.com/mooz/xkeysnail.git fetch = +refs/heads/*:refs/remotes/upstream/* fetch = ^refs/tags/HEAD tagopt = --no-tags ``` It seems safe to say upstream isn't going to fix at...

> Pressed or released I assume you mean pressed AND released. No, sorry. Modifiers alone cannot currently be used on their own type of "combo".... ie pressing a single modifier...

I'm not sure if this can be fixed, but if anyone has more info, please provide it. Technically every time `xkeysnail` is run it's effectively plugging in an entirely new...

@gk2803 Did you get this working?

This is a hard one because a press and release means it's ESC and it's only Ctrl when paired with another event. Do you have a discrete mouse? Did you...

> I'm not sure what you mean by discrete mouse. I mean a separate pointing device that's not part of the keyboard... if so you'd have to add it to...

You'd look up your mouse device (or name) and use the `--device` command line option to include it.

@RedBearAK What does hitting numlock do in `evtest`... does it generate keyboard events?