Added the ability to change the keybind.

This commit is contained in:
Ajay Ramachandran
2019-10-28 16:13:37 -04:00
parent 73c1fc17b3
commit 6851470547
4 changed files with 80 additions and 4 deletions

View File

@@ -246,5 +246,17 @@
"noticeUpdate": {
"message": "The notice has been upgraded! If you still don't like it, hit the never show button.",
"description": "The message displayed after the notice was upgraded."
},
"setStartSponsorShortcut": {
"message": "Set key for start sponsor keybind"
},
"setSubmitKeybind": {
"message": "Set key for submission keybind"
},
"keybindDescription": {
"message": "Select a key by typing it"
},
"keybindDescriptionComplete": {
"message": "The keybind has been set to: "
}
}