@@ -230,6 +230,8 @@ void SetDefaultWindowsBindings()
230
230
{ Keys . AltMinus , MakeKeyHandler ( DigitArgument , "DigitArgument" ) } ,
231
231
{ Keys . AltQuestion , MakeKeyHandler ( WhatIsKey , "WhatIsKey" ) } ,
232
232
{ Keys . AltA , MakeKeyHandler ( SelectCommandArgument , "SelectCommandArgument" ) } ,
233
+ { Keys . AltH , MakeKeyHandler ( ShowParameterHelp , "ShowParameterHelp" ) } ,
234
+ { Keys . F1 , MakeKeyHandler ( ShowCommandHelp , "ShowCommandHelp" ) } ,
233
235
{ Keys . F2 , MakeKeyHandler ( SwitchPredictionView , "SwitchPredictionView" ) } ,
234
236
{ Keys . F3 , MakeKeyHandler ( CharacterSearch , "CharacterSearch" ) } ,
235
237
{ Keys . ShiftF3 , MakeKeyHandler ( CharacterSearchBackward , "CharacterSearchBackward" ) } ,
@@ -239,8 +241,6 @@ void SetDefaultWindowsBindings()
239
241
{ Keys . AltD , MakeKeyHandler ( KillWord , "KillWord" ) } ,
240
242
{ Keys . CtrlAt , MakeKeyHandler ( MenuComplete , "MenuComplete" ) } ,
241
243
{ Keys . CtrlW , MakeKeyHandler ( BackwardKillWord , "BackwardKillWord" ) } ,
242
- { Keys . AltH , MakeKeyHandler ( ShowParameterHelp , "ShowParameterHelp" ) } ,
243
- { Keys . F1 , MakeKeyHandler ( ShowCommandHelp , "ShowCommandHelp" ) } ,
244
244
} ;
245
245
246
246
// Some bindings are not available on certain platforms
@@ -338,6 +338,7 @@ void SetDefaultEmacsBindings()
338
338
{ Keys . AltA , MakeKeyHandler ( SelectCommandArgument , "SelectCommandArgument" ) } ,
339
339
{ Keys . AltH , MakeKeyHandler ( ShowParameterHelp , "ShowParameterHelp" ) } ,
340
340
{ Keys . F1 , MakeKeyHandler ( ShowCommandHelp , "ShowCommandHelp" ) } ,
341
+ { Keys . F2 , MakeKeyHandler ( SwitchPredictionView , "SwitchPredictionView" ) } ,
341
342
} ;
342
343
343
344
// Some bindings are not available on certain platforms
0 commit comments