text: Add support for control keys to the protocol
authorJan Arne Petersen <jpetersen@openismus.com>
Sun, 9 Sep 2012 21:08:45 +0000 (23:08 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 12 Sep 2012 20:52:41 +0000 (16:52 -0400)
commitce8a4433f53feb2db8e9e9e0a06dda4e28156faf
tree71afecb1b5e2c4f07f8815d34caa872b56bea3db
parente202bae9d3736341dc2d0c832797aaf45e1ef0b0
text: Add support for control keys to the protocol

Add key event to the text_model interface and a key request to the
input_method_context interface. Implement it in the example editor
client and the example keyboard.

Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
clients/editor.c
clients/keyboard.c
protocol/input-method.xml
protocol/text.xml
src/text-backend.c
tests/test-text-client.c