summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes/keybind-cancel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/interface-changes/keybind-cancel.txt')
-rw-r--r--DOCS/interface-changes/keybind-cancel.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes/keybind-cancel.txt b/DOCS/interface-changes/keybind-cancel.txt
new file mode 100644
index 0000000000..ab137a0cb4
--- /dev/null
+++ b/DOCS/interface-changes/keybind-cancel.txt
@@ -0,0 +1,2 @@
+change `mp.add_key_binding` so that by default, the callback is not invoked if the event is canceled; clients should now use the `complex` option to detect this situation
+add `canceled` entry to `mp.add_key_binding` callback argument