Skip to content

Instantly share code, notes, and snippets.

@hugows
Last active June 9, 2021 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugows/42ea0200b74c254911c9e6635eafbc2b to your computer and use it in GitHub Desktop.
Save hugows/42ea0200b74c254911c9e6635eafbc2b to your computer and use it in GitHub Desktop.
Config. adicionais do kinto.ahk
;; Teclados de Mac no Windows/Linux usando https://github.com/rbreaves/kinto/
; Fixos pra sempre na minha memoria muscular...
!r::Send #r
!e::Send #e
!d::Send #d
!l::Send #l
; PC-style control movement
#Backspace::Send ^{Backspace}
#Delete::Send ^{Delete}
#Left::Send ^{Left}
#Right::Send ^{Right}
#+Left::Send ^+{Left}
#+Right::Send ^+{Right}
; ⌘ + Shift + [ / ] — navigate to the previous/next tab
^{::Send ^+{Tab}
^}::Send ^{Tab}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment