Skip to content

Commit

Permalink
“Double Quotes”: Change shortcut to ^ + "
Browse files Browse the repository at this point in the history
The new shortcut reflects the intention of the command – wrapping the
current selection in double quotes – a little bit better than the old
one.
  • Loading branch information
sanssecours committed Jun 29, 2016
1 parent 622157d commit 1a2e44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Snippets/Wrap Selection in Double Quotes.tmSnippet
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>\`\`$TM_SELECTED_TEXT''</string>
<key>keyEquivalent</key>
<string>^`</string>
<string>^"</string>
<key>name</key>
<string>Double Quotes</string>
<key>scope</key>
Expand Down
2 changes: 1 addition & 1 deletion Support/help/Help.tex
Expand Up @@ -384,7 +384,7 @@ \subsubsection{Wrapping Text}

This command wraps the selected text in an environment. It also works without a selection.

\item[\menu{Wrap Selection in > Double Quotes}]~\hfill~\keys{\ctrl + \texttt{`}}\\
\item[\menu{Wrap Selection in > Double Quotes}]~\hfill~\keys{\ctrl + \texttt{"}}\\

Wraps the currently selected text in LaTeX double quotes,\\
i.e. \texttt{``selection here''}.
Expand Down

0 comments on commit 1a2e44c

Please sign in to comment.