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,