Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit571841f

Browse files
committed
Modify keybindings to Ctrl-AltR and Ctrl-Alt-C
1 parentf436f27 commit571841f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎vsintegration/src/vs/FsPkgs/FSharp.VS.FSI/fsiCommands.vsct‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,12 @@
252252
<KeyBindingCondition="!Defined(FX_ATLEAST_45)"guid="guidFsiConsoleCmdSet"id="cmdidSessionInterrupt"editor="guidFsiToolWindow"key1="VK_CANCEL"mod1="Control" />
253253
<KeyBindingCondition="Defined(FX_ATLEAST_45)"guid="guidVSStd11"id="cmdidInteractiveSessionInterrupt"editor="guidFsiToolWindow"key1="VK_CANCEL"mod1="Control" />
254254

255-
<!-- CRTL-R when in FSI ToolWindow is Reset-->
256-
<KeyBindingCondition="!Defined(FX_ATLEAST_45)"guid="guidFsiConsoleCmdSet"id="cmdidSessionRestart"editor="guidFsiToolWindow"key1="R"mod1="Control" />
257-
<KeyBindingCondition="Defined(FX_ATLEAST_45)"guid="guidVSStd11"id="cmdidInteractiveSessionRestart"editor="guidFsiToolWindow"key1="R"mod1="Control" />
255+
<!-- CRTL-Alt-R when in FSI ToolWindow is Reset-->
256+
<KeyBindingCondition="!Defined(FX_ATLEAST_45)"guid="guidFsiConsoleCmdSet"id="cmdidSessionRestart"editor="guidFsiToolWindow"key1="R"mod1="Control Alt" />
257+
<KeyBindingCondition="Defined(FX_ATLEAST_45)"guid="guidVSStd11"id="cmdidInteractiveSessionRestart"editor="guidFsiToolWindow"key1="R"mod1="Control Alt" />
258258

259-
<!-- CRTL-Backspace when in FSI ToolWindow is Clear All-->
260-
<KeyBindingguid="guidVSStd97"id="cmdidClearPane"editor="guidFsiToolWindow"key1="VK_BACK"mod1="Control" />
259+
<!-- CRTL-Alt-C when in FSI ToolWindow is Clear All-->
260+
<KeyBindingguid="guidVSStd97"id="cmdidClearPane"editor="guidFsiToolWindow"key1="C"mod1="Control Alt" />
261261
</KeyBindings>
262262

263263
<Symbols>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp