1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 12:38:00 +01:00

Allow most characters in command names.

--HG--
extra : rebase_source : 9b331cedf56ad9fac5f59e6ddaeef8094c8a972a
This commit is contained in:
Kris Maglione
2010-12-20 14:04:08 -05:00
parent f290f022dd
commit f03656fd87

View File

@@ -1007,7 +1007,7 @@ const Commands = Module("commands", {
\x2e-\x2f \x2e-\x2f
\x3a-\x40 // \x41-\x5a a-z \x3a-\x40 // \x41-\x5a a-z
\x5b-\x60 // \x61-\x7a A-Z \x5b-\x60 // \x61-\x7a A-Z
\x7b-\xff \x7b-\xbf
\u02b0-\u02ff // Spacing Modifier Letters \u02b0-\u02ff // Spacing Modifier Letters
\u0300-\u036f // Combining Diacritical Marks \u0300-\u036f // Combining Diacritical Marks
\u1dc0-\u1dff // Combining Diacritical Marks Supplement \u1dc0-\u1dff // Combining Diacritical Marks Supplement