Below is the patch:
~~~~~~~
--- fvwm/menus.c.orig Wed Mar 10 13:00:28 1999
+++ fvwm/menus.c Wed Mar 10 13:29:08 1999
_at_@ -444,6 +444,8 @@
isn't pressed */
MenuItem *mi;
char key;
+ /* if this is a letter set it to lower case */
+ (int)keychar = tolower((int)keychar) ;
/* Search menu for matching hotkey */
for (mi = menu->first; mi; mi = mi->next) {
key = tolower(mi->chHotkey);
~~~~~~~
Regards
. . Adam Tla/lka mailto:atlka_at_pg.gda.pl ^v^ ^v^ ^v^
) System & Network Administration Group ~~~~~~
- Computer Center, Technical University of Gdansk, Poland
PGP public key: finger atlka_at_sunrise.pg.gda.pl
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Mar 10 1999 - 06:31:40 GMT