We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3687ab6 commit df2655dCopy full SHA for df2655d
www/src/Locales/en/BackupPage.jsx
@@ -8,6 +8,7 @@ export default {
8
'load-export-option-label': 'Import {{api}} Options',
9
'api-display-text': 'Display',
10
'api-gamepad-text': 'Gamepad',
11
+ 'api-keyboard-text': 'Keyboard Mappings',
12
'api-led-text': 'LED',
13
'api-ledTheme-text': 'Custom LED Theme',
14
'api-macros-text': 'Macro Mappings',
www/src/Pages/BackupPage.jsx
@@ -24,6 +24,10 @@ const API_BINDING = {
24
get: WebApi.getGamepadOptions,
25
set: WebApi.setGamepadOptions,
26
},
27
+ keyboard: {
28
+ get: WebApi.getKeyMappings,
29
+ set: WebApi.setKeyMappings,
30
+ },
31
led: { get: WebApi.getLedOptions, set: WebApi.setLedOptions },
32
ledTheme: {
33
get: WebApi.getCustomTheme,
0 commit comments