summaryrefslogtreecommitdiff
path: root/gtk/keymap-gen.pl
AgeCommit message (Collapse)AuthorFilesLines
2011-05-23Fix missing OS-X keymapping for letter 'A'Daniel P. Berrange1-9/+17
The keymap-gen.pl script was not correctly distinguishing keycodes with a value of '0', from undefined keycodes. All were skipped. This meant that the mapping for OS-X ANSI_A key was lost (since it has value 0). For similar reasons the XQuartz mapping for the letter A was also lost. * src/keymap-gen.pl: Fix handling of 0 vs undef for keycodes * src/keymaps.csv: Remove bogus 0x0 entry in OS-X keymap
2010-11-23Add glib objects + gtk widgets for spice.Gerd Hoffmann1-0/+202