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
Pressing the left alt and backspace keys at the same time typically requires two hands, which is pretty annoying. The [control] keybinds from the script work fine on both sides, but the [alt] ones don't, because, at least on my machine, the right alt key is detected as [altgr].
Since placing your right thumb on the right alt key and your fingers on the backspace key is a very convenient and intuitive gesture for Delete, I think the following lines should be added to the keyd config:
[altgr]
backspace = delete
The text was updated successfully, but these errors were encountered:
putting altgr = rightalt in the [main] section is maybe a more maintainable way to accomplish this, but it will probably break the function of the AltGr key on international models that actually do have a third layer of glyphs.
Pressing the left alt and backspace keys at the same time typically requires two hands, which is pretty annoying. The [control] keybinds from the script work fine on both sides, but the [alt] ones don't, because, at least on my machine, the right alt key is detected as [altgr].
Since placing your right thumb on the right alt key and your fingers on the backspace key is a very convenient and intuitive gesture for Delete, I think the following lines should be added to the keyd config:
The text was updated successfully, but these errors were encountered: