Ultima attività 1747056090

xbindkeys commands to make Command + C / V / X do Control + Shift + C / V / X

santiago's Avatar santiago ha revisionato questo gist 1747056090. Vai alla revisione

Nessuna modifica

santiago's Avatar santiago ha revisionato questo gist 1747056068. Vai alla revisione

1 file changed, 8 insertions

.xbindkeysrc(file creato)

@@ -0,0 +1,8 @@
1 + "xdotool keydown Control_L keydown Shift_L sleep 0.1 key c keyup Shift_L keyup Control_L"
2 + release+m:0x40 + c
3 +
4 + "xdotool keydown Control_L keydown Shift_L sleep 0.1 key x keyup Shift_L keyup Control_L"
5 + release+m:0x40 + x
6 +
7 + "xdotool keydown Control_L keydown Shift_L sleep 0.1 key v keyup Shift_L keyup Control_L"
8 + release+m:0x40 + v
Più nuovi Più vecchi