mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] A simple


Chronological Thread 
  • From: Andrea Gamba<address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] A simple
  • Date: Sun, 9 Nov 2008 09:44:45 +0100 (CET)

I suggest the following patch, adding at the end of init-texmacs.scm the
simple
shortcuts:

(kbd-map ("C--" (set-shrinking-factor (+ (get-shrinking-factor) 1))))
(kbd-map ("C-+" (set-shrinking-factor (max 1 (- (get-shrinking-factor) 1)))))

which allow easy character resizing as in firefox, gnome-terminal and other
programs.

For the moment I have added them in my file my-init-texmacs.scm.

Andrea



Archive powered by MHonArc 2.6.19.

Top of page