I’m using the latest version available on aur. I have the keybinding below, where I press Ctrl+Shift+V
followed by L
to paste from latex. This works in texmacs but doesn’t work in mogan. In mogan, as soon as press Ctrl+Shift+V
, it pastes immediately and doesn’t wait for the next sequence of keystrokes.
(delayed
(lazy-keyboard-force)
(kbd-map
("pastefrom v" (clipboard-paste-import "verbatim" "primary"))
)
)