You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After starting pygrid, pressing any single key (e.g. 1) will cause the corresponding command to be ran. Pressing a key with no command bound causes the program to crash at line 102 command = self.keys[event.detail].
I've not modified the config at all. Seems like the _bind_keys method is doing what it is supposed to do properly.
If I print self.keys at runtime it is something along the lines of { 19: 'maximize', 10: ... }, which doesn't seem correct.
The text was updated successfully, but these errors were encountered:
I unfortunately stopped using this program for my own use, so am not putting much more time into it. I started using the gTile Gnome Extension (for Gnome Shell).
After starting pygrid, pressing any single key (e.g. 1) will cause the corresponding command to be ran. Pressing a key with no command bound causes the program to crash at line 102
command = self.keys[event.detail]
.I've not modified the config at all. Seems like the
_bind_keys
method is doing what it is supposed to do properly.If I print
self.keys
at runtime it is something along the lines of{ 19: 'maximize', 10: ... }
, which doesn't seem correct.The text was updated successfully, but these errors were encountered: