16

Is there any way how to repeat last executed command (like up arrow does is cmd.exe) in Console2?

Dave
  • 25,513

5 Answers5

25

You have to go to Settings -> Hotkeys and disable Use scroll lock for scrolling. This worked fine for me!

Canadian Luke
  • 24,640
bitmind
  • 351
11

If it was working previously, and suddenly stopped, you may have hit the scroll lock key.

Jack M
  • 318
2

[I stand corrected, as per comments, ctrl + works]

From the developers themselves (at least, their source code):

NOTE: Console is NOT a shell. Therefore, it does not implement shell features like...command history

Source: http://console.git.sourceforge.net/git/gitweb.cgi?p=console/console;a=blob;f=help/html/introduction.html;h=3b7e5dcc8948366941e371dfe4946e2431d4e434;hb=041d573f735c50926185657558fb5491f0871dfd

PatKilg
  • 1,074
2

I had the same issue and none of the instructions above worked for me.

In my case noticed that in Settings -> Hotkeys UP and DOWN were assigned to "Scroll Buffer row up" and "Scroll Buffer row down", so I assigned something else to these Commands (ie: Crtl + UP, Crtl + DOWN) and the UP and DOWN keys started working again to navigate the history.

lgrosales
  • 121
0

As a work around, in the Settings - Behavior screen under Copy and Paste you can select Copy on Select. I know not ideal but may be the closest you can get.

Dave
  • 25,513