Skip to content

Commit 5ed1518

Browse files
author
James Brundage
committed
Disable-AIShortCutKey: Minor Help Fixes (Fixes #56)
1 parent ef73510 commit 5ed1518

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Public/Disable-AIShortCutKey.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ function Disable-AIShortCutKey {
22
<#
33
.SYNOPSIS
44
Disable the Ctrl+g shortcut key for getting completions
5-
5+
.DESCRIPTION
6+
Disables CTRL+G as the shortcut key for completing code.
7+
.LINK
8+
Enable-AIShortcutKey
69
.EXAMPLE
710
Disable-AIShortCutKey
811
#>

0 commit comments

Comments
 (0)