On Thu, Aug 20, 2009 at 08:45:45PM +0200, Laszlo Papp wrote: > Hello Adam! > > How can i use this extension ? Is there any help/man file to it ? I didn't > have so much experience in perl scripting. ctrl +/- doesn't work
Hi Laszlo, Sorry I don't have time to help in detail - the mailing list is a better place to ask. Briefly, you should read the urxvtperl(3) man page, and see the comments near the top of the extension source code: # This rxvt-unicode extension allows on-the-fly changing of fonts by # moving left/right through a chosen list of fonts. The list is # delimited by '|' and configurable via X resources, e.g. # # URxvt.font-switcher-list: 5x8|6x10|7x13|8x13|9x15|10x20 # # Next/previous keys should also be bound for moving through the list, # e.g. # # URxvt.keysym.M-C-comma: perl:font-switcher:previous # URxvt.keysym.M-C-period: perl:font-switcher:next _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
