JS Keybinder 作者: casper1051
Allows for users to specify a combination of keys to press, and execute scripts from options.
實驗中實驗中
擴充套件後設資料
關於此擴充套件
Specify any set of keys and a corresponding JavaScript snippet, and when you press those keys the snippet will execute. Supports both key, like specifying 'a' or 'b', also supports code, such as 'shiftright'. Will not trigger when typing in inputs, so you can bind keys like 'x+c' without needing to worry about typing.
To specify a combination, list all keys separated by '+'. For example, "metaright+alt". Specify keys directly in the inputs, without quotations. For parentheses or brackets, do not worry about closing them. The program will test for all keys pressed at the same time, not the order they are given in. There are labels below the main binding list, which will help you know what keys you need. You can export and import configs, but the code will have access if you trigger it, so do not import any configs you are not familiar with.
To specify a combination, list all keys separated by '+'. For example, "metaright+alt". Specify keys directly in the inputs, without quotations. For parentheses or brackets, do not worry about closing them. The program will test for all keys pressed at the same time, not the order they are given in. There are labels below the main binding list, which will help you know what keys you need. You can export and import configs, but the code will have access if you trigger it, so do not import any configs you are not familiar with.
由 1 位評論者給出 0 分
權限與資料
更多資訊