Changing keyboard shortcut tip (Hotkey)
Posted 2021. 4. 27. 19:27I installed many tools for changing shortcuts.
Among them, 'AutoKey' is the best for my work circumstance.
sudo apt install autokey-gtk
AutoKey's graphic interface helps a user be able to maintain many scripts.
In my case, I need to change Copy and Paste shortcuts to Alt+C and Alt+V.
Here is the example script.
keyboard.send_keys('<ctrl>+c')
Using this script, you can change your copy shortcut except for 'Guake' application which is a good terminal app.
And then, you can set Alt+c on Guake's shortcut to your own preference - if you do not set Window Filter, Guake recognizes Alt+c as ^C, and in rare cases, it might lead to disaster.
'기타' 카테고리의 다른 글
[Mac] XShell lrzsz 설정 하기 (0) | 2022.03.27 |
---|---|
[Ubuntu 20.04/Mint 20] Samba - SMB 윈도우10 접속 시 에러 해결 - 조직의 보안 정책 (0) | 2021.03.05 |
git 인증 실패 fatal: Authentication failed for (0) | 2021.02.22 |
Windows 10 Bash, Linux 2개 이상 사용 시 (0) | 2018.06.01 |
[solved] samba / smbd error (0) | 2017.02.01 |
- Filed under : 기타