From f8b11ccc32c2763c263c668488792adb5b1cb064 Mon Sep 17 00:00:00 2001 From: "James@SCF-GC" Date: Fri, 24 Jun 2022 10:18:25 +0200 Subject: [PATCH] 'nother short hotfix --- scripts/shortcutblocker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shortcutblocker.js b/scripts/shortcutblocker.js index 76a9145..0bca494 100644 --- a/scripts/shortcutblocker.js +++ b/scripts/shortcutblocker.js @@ -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 game.settings.register('shortcutblocker', 'shiftblock', { 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', config: true, type: String,