From eced401764bb679af6f34559861c2b1bc39c2752 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 15 May 2016 09:05:21 +0100 Subject: Handle in the same way as other special keys. --- background_scripts/commands.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 0905daee..c334cf9d 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -43,7 +43,6 @@ Commands = key.replace(/<[acm]-/ig, (match) -> match.toLowerCase()) .replace(/<([acm]-)?([a-zA-Z0-9]{2,5})>/g, (match, optionalPrefix, keyName) -> "<" + (if optionalPrefix then optionalPrefix else "") + keyName.toLowerCase() + ">") - .replace //ig, " " parseCustomKeyMappings: (customKeyMappings) -> for line in customKeyMappings.split "\n" -- cgit v1.2.3