Tạo phím tắt bằng AutoHotKey¶
AutoHotKey là một phần mềm hỗ trợ người dùng Window, giúp thực hiện các thao tác nhanh và thuận tiện hơn, phù hợp với người làm văn phòng.
Thay thế các nút vô dụng trên bàn phím, như F1, Pause bằng các nút khác
::->::→
:*:<->::↔
:*:(::() {Left 2}
;~ :*:'::'' {Left 2}
:*:"::"" {Left 2}
:*:[::{[ 2}{bs}}{]} {Left 2}
:*:{::{{ 2}{bs}{}} {Left 2}
:*:\cross::❌❌
:*:\check:✔️✅
:*:lnaiv::[naïve realism](https://en.wikipedia.org/wiki/Na%C3%AFve_realism_(psychology\))
:*:lsce::[self-conscious emotions](https://en.wikipedia.org/wiki/Self-conscious_emotions)
:*:chaoban::Chào bạn. Cho mình hỏi bạn là ai vậy? Cám ơn nhé
Capslock::Ctrl
+NumLock::CapsLock
The thing is, even when it was a terrible language, AHK was still worth using. Nothing else filled or even cared about its niche: modifying the behavior of other programs. Normally, if I want to extend a program, I need to use its plugin system. That means learning:
- The provided APIs
- The capabilities, limits, and idiosyncrasies of the system
- The entire development environment needed to write plugins in whatever language
- How to actually deploy the plugin, which always takes way more time than I’d hope.
And that’s if there’s a plugin system in the first place; there is no way to extend the desktop Spotify app short of writing a new client from scratch.
Trích từ:: Somehow AutoHotKey is kinda good now