Index: tools/genkeysyms.pl =================================================================== RCS file: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/tools/genkeysyms.pl,v retrieving revision 1.3 diff -u -d -p -r1.3 genkeysyms.pl --- tools/genkeysyms.pl 17 Oct 2007 10:39:13 -0000 1.3 +++ tools/genkeysyms.pl 18 Nov 2007 18:44:48 -0000 @@ -68,7 +68,9 @@ usable as an accelerator, or when you do trying to write an easter egg, or whatever. As the list of keycodes is quite large and rather rarely used in application -code, we've put it in a separately-loaded module to save space. +code, we've put it in a separately-loaded module to save space. As an +alternative, you might want to investigate Lkeyval_from_name> which +offers basically the same functionality as the hash. To get a list of all available keys, either dump C<%Gtk2::Gdk::Keysyms>, or look at the source of this module with C.