diff options
author | 2011-07-15 18:16:25 -0400 | |
---|---|---|
committer | 2011-07-15 18:16:25 -0400 | |
commit | e7e966a31a447d1bd1db3b29e1ae1775242c7403 (patch) | |
tree | 96885ba0eec94e5d6e98fdef9706bf9df4c19e20 /modules/textadept/keys.conf | |
parent | e47613b24a9efa61a967a8e723b470bd510b6bca (diff) | |
download | textadept-e7e966a31a447d1bd1db3b29e1ae1775242c7403.tar.gz textadept-e7e966a31a447d1bd1db3b29e1ae1775242c7403.zip |
Fixed accelerator conflict in menu.
Diffstat (limited to 'modules/textadept/keys.conf')
-rw-r--r-- | modules/textadept/keys.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.conf b/modules/textadept/keys.conf index ab9f9bb6..8ae03c15 100644 --- a/modules/textadept/keys.conf +++ b/modules/textadept/keys.conf @@ -53,8 +53,8 @@ Upper Case Selection = Lower Case Selection = Enclose as XML Tags = a< Enclose as Single XML Tag = a> -Enclose in Double Quotes = a" Enclose in Single Quotes = a' +Enclose in Double Quotes = a" Enclose in Parentheses = a( Enclose in Brackets = a[ Enclose in Braces = a{ |