sway/include
Mikkel Oscar Lyderik 6392abe35b Implement IPC binding event (keyboard)
This implements the IPC binding event for keyboard bindings.  It is
slightly different from the i3 implementation [1] since sway supports
more than one non-modifier key in a binding. Thus the json interface has
been changed from:

    {
      ...
      "symbol": "t",
      ...
    }

to:

    {
      ...
      "symbols": [ "t" ],
      ...
    }

[1] http://i3wm.org/docs/ipc.html#_binding_event
2016-01-08 03:03:55 +01:00
..
client
commands.h
config.h
container.h
criteria.h
extensions.h
focus.h
handlers.h
input_state.h
ipc-client.h
ipc-server.h Implement IPC binding event (keyboard) 2016-01-08 03:03:55 +01:00
ipc.h Send IPC modifier event on bar_modifier up/down 2016-01-05 02:25:56 +01:00
layout.h sway: insert numbered workspaces in order 2015-12-18 01:22:07 +01:00
list.h
log.h
output.h
readline.h Move headers to include/ 2015-08-16 11:02:56 -04:00
resize.h
stringop.h stringop: lenient_strcmp: Add. 2015-11-21 22:22:09 +01:00
sway.h added missing header file 2015-08-20 15:27:59 +02:00
util.h Add function for getting list of modifier names. 2016-01-08 03:03:40 +01:00
workspace.h sway: enable workspace selection by number 2015-12-18 01:21:31 +01:00