'nother short hotfix
This commit is contained in:
parent
9240a6d6ba
commit
f8b11ccc32
@ -38,7 +38,7 @@ Hooks.on("init", async function() {
|
|||||||
// There probably is a smoother way of doing this, but I cannot be bothered to google for that
|
// There probably is a smoother way of doing this, but I cannot be bothered to google for that
|
||||||
game.settings.register('shortcutblocker', 'shiftblock', {
|
game.settings.register('shortcutblocker', 'shiftblock', {
|
||||||
name: 'Blocked SHIFT Combos',
|
name: 'Blocked SHIFT Combos',
|
||||||
hint: 'Comma sepparated list of key names which get blocked. Example: "F5, R, W" This would allow SHIFT + F5',
|
hint: 'Comma sepparated list of key names which get blocked. Example: "F5, R, W" This would block SHIFT + F5',
|
||||||
scope: 'client',
|
scope: 'client',
|
||||||
config: true,
|
config: true,
|
||||||
type: String,
|
type: String,
|
||||||
|
Loading…
Reference in New Issue
Block a user