Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request fixes many problems regarding hotkeys. Summary of the fixed problems:
Ctrl-G
(Apply command) can also be processed asCtrl-Alt-G
orCtrl-Shift-G
.Ctrl-F
hotkey) inserts full file name as a "session url" likessh://user@localhost:22/tmp/abc.txt
which is not actually the full file name. Several issues were created to argue with such a behaviour. This pull request provides a better alternative - releaseCtrl-F
hotkey and bind the action toCtrl-Alt-F
.scp / sftp
.Ctrl-;
(Ctrl-Alt-;
) shows incorrect results and may lead to a crash.NetBox
binds two hotkeys to one action (Ctrl-Alt-Ins
,Alt-Shift-Ins
) not allowing Far to provide a different alternative action. It's better to keep only one hotkey (Alt-Shift-Ins
), thereby allowing users to use both actions.Alt-Shift-W
) when editing a file.Alt
modifier inAlt-Right
hotkey (horizontal scrolling), also horizontal scrolling is not working.Pos. 2 mention this issues: 1 and 2