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 09:44:50 -0400

One more. How do I use the super (windows) key? Instead of Ctrl-Shift-Fx, I want to use Ctrl-Super-C/V (I think it's not taken).
I know Ctrl-Shift-C would be "C-S-V", but I don't know how to put the "super" key.

On Mon, Sep 24, 2018 at 8:07 AM Jorge Fernández de Cossío Díaz <address@hidden> wrote:
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