Skip to main content
Tweaked wording.
Source Link

This is basically the same question as here: How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?, but not a duplicate, because neither of the answers helped.  Alex Kaszynski's answer suggests modifying the ~/.config/xfce4/terminal/accels.scm file.

I did that: I have changed two lines:

; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
-->
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")

and

; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
-->
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")

but neither of those helped; the interrupt is still assigned to Ctrl+C.  (I would probably need to make it unbind and rebind to Ctrl+Shift+C, but do not know how to do so.)

  1. How to map "copy" from Ctrl+Shift+C to Ctrl+C
  2. Remap interrupt from Ctrl+C to Ctrl+Shift+C
  3. Remap "paste" from Ctrl+Shift+V to Ctrl+V

This is basically the same question as here: How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?, but not a duplicate, because neither of the answers helped.  Alex Kaszynski's answer suggests modifying the ~/.config/xfce4/terminal/accels.scm file.

I did that: I have changed two lines:

; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
-->
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")

and

; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
-->
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")

but neither of those helped; the interrupt is still assigned to Ctrl+C.  (I would probably need to make it unbind and rebind to Ctrl+Shift+C, but do not know how to do so.)

  1. How to map "copy" from Ctrl+Shift+C to Ctrl+C
  2. Remap interrupt from Ctrl+C to Ctrl+Shift+C
  3. Remap "paste" from Ctrl+Shift+V to Ctrl+V

This is basically the same question as How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?, but not a duplicate, because neither of the answers helped.  Alex Kaszynski's answer suggests modifying the ~/.config/xfce4/terminal/accels.scm file.

I did that: I have changed two lines:

; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
-->
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")

and

; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
-->
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")

but neither of those helped; the interrupt is still assigned to Ctrl+C.  (I would probably need to make it unbind and rebind to Ctrl+Shift+C, but do not know how to do so.)

  1. How to map "copy" from Ctrl+Shift+C to Ctrl+C
  2. Remap interrupt from Ctrl+C to Ctrl+Shift+C
  3. Remap "paste" from Ctrl+Shift+V to Ctrl+V
Fixed spelling; improved capitalization, punctuation and formatting.
Source Link

How do I switch <ctrl-c><Ctrl+C> from interrupt to copy, and <ctrl-shift-v><Ctrl+Shift+V> to <ctrl-v><Ctrl+V>, in xfc4xfce4-terminal?

This is basically the same question as here:
  How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?, but not a duplicate, because neither of the answers helped. Respectively, the first (the one not accepted), suggest to modify  Alex Kaszynski's answer suggests modifying the

   ~/.config/xfce4/terminal/accels.scm file.

but I did that: I have changed 2two lines:

; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
-->
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")

and

; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
-->
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")

but neither of those helped, thehelped; the interrupt is still assigned to Ctrl-+cC  (I would probably need to make it unbind and rebind to to Ctrl-+Shift+C), but but do not know how to do so.)

  1. How to map copy"copy" from ctrlCtrl-+shiftShift-+cC to ctrlCtrl-+cC
  2. Remap interrupt from ctrlCtrl-+cC to to ctrlCtrl-+shiftShift-+cC
  3. Remap paste"paste" from ctrlCtrl-+shiftShift-+vV to ctrlCtrl-+vV

How do I switch <ctrl-c> from interrupt to copy, and <ctrl-shift-v> to <ctrl-v> in xfc4-terminal?

This is basically the same question as here:
  How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?, but not a duplicate, because neither of the answers helped. Respectively, the first (the one not accepted), suggest to modify the

 ~/.config/xfce4/terminal/accels.scm

but I did that: I have changed 2 lines:

; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
-->
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")

and

; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
-->
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")

but neither of those helped, the interrupt is still assigned to Ctrl-c  (I would probably need to make it unbind and rebind to Ctrl-C), but do not know how to do so.

  1. How to map copy from ctrl-shift-c to ctrl-c
  2. Remap interrupt from ctrl-c to ctrl-shift-c
  3. Remap paste from ctrl-shift-v to ctrl-v

How do I switch <Ctrl+C> from interrupt to copy, and <Ctrl+Shift+V> to <Ctrl+V>, in xfce4-terminal?

This is basically the same question as here: How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?, but not a duplicate, because neither of the answers helped.  Alex Kaszynski's answer suggests modifying the  ~/.config/xfce4/terminal/accels.scm file.

I did that: I have changed two lines:

; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
-->
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")

and

; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
-->
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")

but neither of those helped; the interrupt is still assigned to Ctrl+C(I would probably need to make it unbind and rebind to Ctrl+Shift+C, but do not know how to do so.)

  1. How to map "copy" from Ctrl+Shift+C to Ctrl+C
  2. Remap interrupt from Ctrl+C to Ctrl+Shift+C
  3. Remap "paste" from Ctrl+Shift+V to Ctrl+V
made clearer which shortcuts the question is asking for
Source Link

How todo I switch <ctrl-c> from interrupt to copy, and <ctrl-V>shift-v> to <ctrl-v> in xfc4-terminal?

This is basically the same question as here:
How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?, but not a duplicate, because neither of the answers helped. Respectively, the first (the one not accepted), suggest to modify the

~/.config/xfce4/terminal/accels.scm

but I did that: I have changed 2 lines:

; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
-->
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")

and

; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
-->
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")

but neither of those helped, the interrupt is still assigned to Ctrl-c (I would probably need to make it unbind and rebind to Ctrl-C), but do not know how to do so.

  1. How to map copy from Ctrlctrl-Cshift-c to Ctrlctrl-c (without shift)
  2. Remap interrupt from Ctrlctrl-c to Ctrlctrl-Cshift (with shift)-c
  3. Remap paste from Ctrlctrl-Vshift-v to Ctrlctrl-v (without shift)

How to switch <ctrl-c> from interrupt to copy, and <ctrl-V> to <ctrl-v> in xfc4-terminal?

This is basically the same question as here:
How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?, but not a duplicate, because neither of the answers helped. Respectively, the first (the one not accepted), suggest to modify the

~/.config/xfce4/terminal/accels.scm

but I did that: I have changed 2 lines:

; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
-->
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")

and

; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
-->
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")

but neither of those helped, the interrupt is still assigned to Ctrl-c (I would probably need to make it unbind and rebind to Ctrl-C), but do not know how to do so.

  1. How to map copy from Ctrl-C to Ctrl-c (without shift)
  2. Remap interrupt from Ctrl-c to Ctrl-C (with shift)
  3. Remap paste from Ctrl-V to Ctrl-v (without shift)

How do I switch <ctrl-c> from interrupt to copy, and <ctrl-shift-v> to <ctrl-v> in xfc4-terminal?

This is basically the same question as here:
How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?, but not a duplicate, because neither of the answers helped. Respectively, the first (the one not accepted), suggest to modify the

~/.config/xfce4/terminal/accels.scm

but I did that: I have changed 2 lines:

; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
-->
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>v")

and

; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
-->
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary>c")

but neither of those helped, the interrupt is still assigned to Ctrl-c (I would probably need to make it unbind and rebind to Ctrl-C), but do not know how to do so.

  1. How to map copy from ctrl-shift-c to ctrl-c
  2. Remap interrupt from ctrl-c to ctrl-shift-c
  3. Remap paste from ctrl-shift-v to ctrl-v
added 109 characters in body; edited title
Source Link
K7AAY
  • 3.9k
  • 4
  • 27
  • 40
Loading
Source Link
Herdsman
  • 350
  • 1
  • 8
  • 22
Loading