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
I worked around this issue by changing Hud3.lua:649 to Poco:Bind(self,'\\',function()
which switches the key to backslash.
I also tried using a hex editor to input the raw XLookupString bytes of backspace, but to no avail. What also did not work was using the keycode 43 (as an int, not a string), which is the keycode for backslash.
Hope that helps someone and maybe sheds some light on the issue.
From my SPUC post:
Zenyr asked what keycode for backspace is.
here's output of
xev
when i press backspaceshowkey
yields:Nonethenless, trying to set "detailed view" key to backspace clears it.
The text was updated successfully, but these errors were encountered: