factor/basis/ui
Jon Harper b3ff75cec2 ui.backend.gtk: better gesture for shift tab
gdk emits ISO_Left_Tab for shift + tab. Not sure if factor should silently
transform that in tab..
With this patch, shift tabs emits the following gesture:
T{ key-down { mods { S+ } } { sym "TAB" } }
2012-09-29 15:54:15 +02:00
..
backend ui.backend.gtk: better gesture for shift tab 2012-09-29 15:54:15 +02:00
baseline-alignment
clipboards
commands
debugger
event-loop
gadgets
gestures
images
operations
pens
pixel-formats
render
text
tools
traverse
authors.txt
summary.txt
ui-docs.factor
ui-tests.factor
ui.factor