hi all,
i want to change the shortcut for copy
who is actually ctrl + ins ( I want ctrl +c )
and the the shortcut for paste
who is actually shift + ins ( I want ctrl +v )
i go to the file maths-kbd.scm but i don’t find the line ???
i don’t know the scm syntax
who can help ?
Change short cuts for copy ans paste
;; Buggy copy and paste fix
;; it does not fixit
(kbd-map
;; (:mode in-text?)
("C-c" (clipboard-copy "primary"))
("C-v" (clipboard-paste "primary"))
("C-x" (clipboard-cut "primary")))
It is possible that a bug appears in the cut-copy-paste functionality. It is in the recent version. I am not sure.
2 Likes