We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d1187 commit cb0e0d4Copy full SHA for cb0e0d4
README.md
@@ -177,7 +177,7 @@ Set-PSReadLineKeyHandler -Key Tab -Function Complete
177
Here is a more interesting example of what is possible:
178
179
```powershell
180
-Set-PSReadLineKeyHandler -Chord 'Oem7','Shift+Oem7' `
+Set-PSReadLineKeyHandler -Chord '"',"'" `
181
-BriefDescription SmartInsertQuote `
182
-LongDescription "Insert paired quotes if not already on a quote" `
183
-ScriptBlock {
0 commit comments