pkkid / x11pygrid

Quickly move windows around the an X11 desktop
GNU General Public License v2.0
323 stars 41 forks source link

Support for digit keys instead of numpad #5

Closed awernick closed 6 years ago

awernick commented 6 years ago

Not sure if anyone will find this useful, but I would like to add support for keyboard without number pads. I will consider rewriting the PR it to support both options if needed :)

pkkid commented 6 years ago

I think we should support both or somehow use the config file to specify key bindings. I couldn't figure out an easy way to do the second. It would totally mess with my muscle memory to switch.

pascalwhoop commented 6 years ago

I would also enjoy both. Maybe even let them run in parallel or have a config setup like

numberKeys: ["numpad","digits"] 

where one or the other can be removed. I have a mac keyboard that I sometimes attach to the machine because the mechanical one is too loud when people are around.

pkkid commented 6 years ago

This was implemented with customizable keys in the config in pr #6