Skip to content

Commit

Permalink
Keyboard: Add delete key
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic98 committed Feb 8, 2023
1 parent d927a61 commit c454b2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SteamDeckGadget/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
{"name": "F2", "type": "FUNCTION"},
{"name": "F3", "type": "FUNCTION"},
{"name": "F4", "type": "FUNCTION"},
{"type": "spacer", "width": 0.75},
{"name": "F5", "type": "FUNCTION"},
{"name": "F6", "type": "FUNCTION"},
{"name": "F7", "type": "FUNCTION"},
{"name": "F8", "type": "FUNCTION"},
{"type": "spacer", "width": 0.75},
{"name": "F9", "type": "FUNCTION"},
{"name": "F10", "type": "FUNCTION"},
{"name": "F11", "type": "FUNCTION"},
{"name": "F12", "type": "FUNCTION"}
{"name": "F12", "type": "FUNCTION"},
{"name": "DELETE", "label": "DEL", "width": 1.5}
],
[
{"name": "`", "shift": "~"},
Expand Down

0 comments on commit c454b2b

Please sign in to comment.