diff options
| author | Franklin Wei <franklin@rockbox.org> | 2024-07-21 04:49:06 -0400 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2024-07-31 23:29:00 +0100 |
| commit | 3f8ef290786fbaf7b9ec200a2fd598eb324c6b0c (patch) | |
| tree | 94c79dfc8714155d82736452e35cbe1096dfdb35 /gtk.c | |
| parent | 894115ad3db62b7baa5707cc287c9ab251acc2a7 (diff) | |
| download | puzzles-3f8ef290786fbaf7b9ec200a2fd598eb324c6b0c.zip puzzles-3f8ef290786fbaf7b9ec200a2fd598eb324c6b0c.tar.gz puzzles-3f8ef290786fbaf7b9ec200a2fd598eb324c6b0c.tar.bz2 puzzles-3f8ef290786fbaf7b9ec200a2fd598eb324c6b0c.tar.xz | |
midend_process_key: allow Shift+Tab to pass through to the backend.
Previously, a button code of ('\t' | MOD_SHFT) from a frontend would have
the MOD_SHFT flag stripped by midend_process_key, resulting in a bare '\t'
passed to the backend. Now, this combination is allowed to pass through to
the backend. This will be used in the keyboard interface to Untangle, which
I'm about to add.
Diffstat (limited to 'gtk.c')
0 files changed, 0 insertions, 0 deletions