Skip to content
Snippets Groups Projects
Commit b6111b5e authored by Sebastian Krzyszkowiak's avatar Sebastian Krzyszkowiak
Browse files

Merge branch 'fix-backspace-key' into 'master'

Specify a keyval to make the backspace key work again

Closes #45

See merge request Librem5/squeekboard!50
parents 0765ea1b b8a2b2d7
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<keysym keyval="43">plus</keysym> <keysym keyval="43">plus</keysym>
</key> </key>
<key keycode="22" name="BKSP"> <key keycode="22" name="BKSP">
<symbol label="⌫" icon="edit-clear-symbolic">backspace</symbol> <keysym keyval="65288" icon="edit-clear-symbolic">backspace</keysym>
</key> </key>
<key keycode="23" name="TAB"> <key keycode="23" name="TAB">
<keysym keyval="65289">Tab</keysym> <keysym keyval="65289">Tab</keysym>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment