aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorIlya Sukhar2010-12-13 14:51:50 -0800
committerIlya Sukhar2010-12-13 14:51:50 -0800
commitbb478223a94f4daf02043926651ce2f560904f0c (patch)
treeaf3218c2aaa5d23a410a0d8907c7878ec376261d /background_page.html
parenta1a096592f47fc7f219e2c9ccd394c169063324d (diff)
parente825758435fd5d77d6e1254210afec3ffe4651f0 (diff)
downloadvimium-bb478223a94f4daf02043926651ce2f560904f0c.tar.bz2
Merge branch 'fix-c-f' of https://github.com/drizzd/vimium into drizzd-fix-c-f
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index f4a40ffa..9ed81509 100644
--- a/background_page.html
+++ b/background_page.html
@@ -20,7 +20,7 @@
// Keys are either literal characters, or "named" - for example <a-b> (alt+b), <left> (the left arrow) or <f12>
// This regular expression captures two groups, the first is a named key, the second is the remainder of the string.
- var namedKeyRegex = /^(<[amc-].|(?:[amc]-)?[a-z0-9]{2,5}>)(.*)$/;
+ var namedKeyRegex = /^(<(?:[amc]-.|(?:[amc]-)?[a-z0-9]{2,5})>)(.*)$/;
var defaultSettings = {
scrollStepSize: 60,