test/interactive: use xkb_state_key_get_one_sym() when there's only 1
authorRan Benita <ran234@gmail.com>
Tue, 13 Aug 2013 15:55:09 +0000 (18:55 +0300)
committerRan Benita <ran234@gmail.com>
Thu, 15 Aug 2013 06:58:50 +0000 (09:58 +0300)
commit9e92319db443b28674c75edac452f5dd3ae264c5
tree8df5395a3555ce279ebe0c1f858dac696f365ecf
parent1499eedd82998f28b437cf455d84f63f1a108cee
test/interactive: use xkb_state_key_get_one_sym() when there's only 1

Kind of odd, but get_one_sym() will be getting a different behavior.
Real life users *should* pick one or the other.

Signed-off-by: Ran Benita <ran234@gmail.com>
test/interactive.c