Matthew Kennedy <[EMAIL PROTECTED]> writes: > The attached patch provides a mapping from keysym names or keysyms > back to stumpwm names and adjusts print-key to print stumpwm names. > This way you'll see "C-t DEL not bound." instead of "C-t Delete not > bound.". > > If there is no stumpwm name mapping for a keysym name, then the keysym > name will still be used.
Hi Matthew, I applied your patch with a slight modification. Rather than having 2 hash tables it just uses maphash and loops through the existing one to find the stumpwm name. It might be a bit slower but I doubt anyone will notice. Let me know if this is actually a bad idea :). -Shawn _______________________________________________ Stumpwm-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/stumpwm-devel
