mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
spacebar moves selection to the next file in directory view.
also, space is considered now when performing dynamic filename lookups (PreviewTextInput event isn't fired for space key).
This commit is contained in:
@@ -19,6 +19,7 @@ GUI Hotkeys
|
||||
<tr><td><kbd>Alt</kbd>+<kbd>→</kbd></td><td> Go forward</td></tr>
|
||||
<tr><td><kbd>Ctrl</kbd>+<kbd>O</kbd></td><td> Open file as archive</td></tr>
|
||||
<tr><td><kbd>Ctrl</kbd>+<kbd>A</kbd></td><td> Select all files</td></tr>
|
||||
<tr><td><kbd>Space</kbd></td><td> Select next file</td></tr>
|
||||
<tr><td><kbd>Numpad +</kbd></td><td> Select files matching specified mask</td></tr>
|
||||
<tr><td><kbd>F3</kbd></td><td> Create archive</td></tr>
|
||||
<tr><td><kbd>F4</kbd></td><td> Extract selected files</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user