mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
console.lua: expand the first completion on Enter
If you run a command without manually selecting a completion, select the first one. e.g. set vo gn runs set vo gpu-next.
This commit is contained in:
committed by
Kacper Michajłow
parent
57a6f12ed3
commit
2f271a92de
@@ -15,7 +15,8 @@ ESC and Ctrl+[
|
||||
Hide the console.
|
||||
|
||||
ENTER, Ctrl+j and Ctrl+m
|
||||
Run the typed command.
|
||||
Expand the first completion suggestion if present and if none was selected,
|
||||
and run the typed command.
|
||||
|
||||
Shift+ENTER
|
||||
Type a literal newline character.
|
||||
|
||||
Reference in New Issue
Block a user