helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
28 stars 29 forks source link

Shortcut Keys a.k.a. Global Actions Manager can not set a required shortcut #86

Open grahamperrin opened 3 years ago

grahamperrin commented 3 years ago

My first attempt to set a required shortcut failed:

image

probonopd commented 3 years ago

Keep in mind that in helloSystem Ctrl and Alt are reversed by default, and the user interface does not reflect this correctly yet. Also, some low-level shortcuts are defined in KWin and/or Openbox. I am not happy about this duplicity and will likely try to get rid of those.

grahamperrin commented 3 years ago

Ctrl and Alt are reversed by default

The bug is evident after undoing the reversal.