mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] copy/paste to/from latex keyboard shortcut


Chronological Thread 
  • From: Jorge Fernández de Cossío Díaz <address@hidden>
  • To: address@hidden
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] copy/paste to/from latex keyboard shortcut
  • Date: Mon, 24 Sep 2018 08:07:23 -0400

Thanks!

Is there a comprehensive list of already defined keyboard shortcuts by default in TeXmacs? So I don't collide with any of them.

On Mon, Sep 24, 2018 at 3:40 AM Philippe Joyez <address@hidden> wrote:
Yes, you can define your own clipboard shortcuts for about anything. For copy-
pasting latex you may define

(kbd-map
  ("C-S-F5" (clipboard-copy-export "latex" "primary"))
  ("C-S-F6" (clipboard-paste-import  "latex" "primary")))

in a scheme session and it will work (here with Ctrl-Shift-Fx, change it to
you taste). Be sure not to colide with already existing shortcuts, because it
my be tricky to know which will be active. In order to have these shortcuts
permanently defined, you may put them in the file my-init-texmacs.scm which is
avaluated at startup. You can directly access  my-init-texmacs.scm from the
"Developer" menu, once you have activated "developer tool" in the "Tools"
menu.



Archive powered by MHonArc 2.6.19.

Top of page