mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
input: introduce a pseudo key name that grabs all text input
The intended target for this is the mpv.repl script, which manually added every single ASCII key as a separate key binding. This provides a simpler mechanism, that will catch any kind of text input. Due to its special nature, explicitly do not give a guarantee for compatibility; thus the warning in input.rst.
This commit is contained in:
@@ -152,6 +152,11 @@ Comments on some symbolic names:
|
||||
Pseudo-key that matches any unmapped key. (You should probably avoid this
|
||||
if possible, because it might change behavior or get removed in the future.)
|
||||
|
||||
``ANY_UNICODE``
|
||||
Pseudo-key that matches any key that produces text. (You should probably
|
||||
avoid this if possible, because it might change behavior or get removed in
|
||||
the future.)
|
||||
|
||||
Flat command syntax
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user