Última actividad 1747056090

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

santiago's Avatar santiago revisó este gist 1747056090. Ir a la revisión

Sin cambios

santiago's Avatar santiago revisó este gist 1747056068. Ir a la revisión

1 file changed, 8 insertions

.xbindkeysrc(archivo creado)

@@ -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
Siguiente Anterior