`;*/
+}
+
+(async () =>
+{
+ // Set up the keybind setting form
+ for (let i = 0; i < keybinds.length; i++) {
+ if (keybinds[i].displayName)
+ await addKeySetter(keybinds[i].functionName, keybinds[i].displayName);
+ else
+ await addKeySetter(keybinds[i].functionName);
+ }
+})();
\ No newline at end of file