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 13:47:31 -0400

But

(kbd-map
  ("C-A-c" (clipboard-copy-export "latex" "primary"))
  ("C-A-v" (clipboard-paste-import "latex" "primary")))

works fine (Ctrl + Alt + c/v). I don't know why I could not capture the meta key.

On Mon, Sep 24, 2018 at 1:44 PM Jorge Fernández de Cossío Díaz <address@hidden> wrote:
I tried:

(kbd-map
  ("C-M-c" (clipboard-copy-export "latex" "primary"))
  ("C-M-v" (clipboard-paste-import "latex" "primary")))

but it doesn't work.

On Mon, Sep 24, 2018 at 1:29 PM Philippe Joyez <address@hidden> wrote:
TeXmacs calls this the "Meta" key, and I guess the notation is "M-". Note that
this can be preempted by the OS, and sometimes the right windows key (if your
keyboard has one) may be useable when the left one isn't...



Archive powered by MHonArc 2.6.19.

Top of page