]> git.sur5r.net Git - i3/i3/blobdiff - docs/ipc
Merge branch 'next' into master
[i3/i3] / docs / ipc
index ed8f55872ac49bcc79afe65f207dc164f76cccd0..5113d79bf60abc178c798ab1f33ca30873fa7b9b 100644 (file)
--- a/docs/ipc
+++ b/docs/ipc
@@ -773,8 +773,8 @@ The +binding (object)+ field contains details about the binding that was run:
 
 command (string)::
        The i3 command that is configured to run for this binding.
-mods (array of strings)::
-       The modifier keys that were configured with this binding.
+event_state_mask (array of strings)::
+       The group and modifier keys that were configured with this binding.
 input_code (integer)::
        If the binding was configured with +bindcode+, this will be the key code
        that was given for the binding. If the binding is a mouse binding, it will be
@@ -792,7 +792,7 @@ input_type (string)::
  "change": "run",
  "binding": {
   "command": "nop",
-  "mods": [
+  "event_state_mask": [
     "shift",
     "ctrl"
   ],
@@ -829,3 +829,5 @@ Python::
 Ruby::
        * https://github.com/veelenga/i3ipc-ruby
        * https://github.com/badboy/i3-ipc (not maintained)
+Rust::
+       * https://github.com/tmerr/i3ipc-rs