Skip to content

Instantly share code, notes, and snippets.

@wordyallen
Last active June 22, 2018 20:50
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 wordyallen/e6594e98888dceacfb8df96c7efe561f to your computer and use it in GitHub Desktop.
Save wordyallen/e6594e98888dceacfb8df96c7efe561f to your computer and use it in GitHub Desktop.
Autohotkey remapping for mac style keys
LS_COLORS=$LS_COLORS:'ow=1;34:tw=1;34:' ; export LS_COLORS
LCtrl & Tab::AltTab
^q::Send !{F4}
^h::WinMinimize, A
^i::Send !{Enter}
^BackSpace::Send {Delete}
LCtrl & Space::Send #{s}
#If GetKeyState("LCtrl", "P")
LAlt & f::WinMaximize, A
#If GetKeyState("LCtrl", "P")
LAlt & Left::Send #{Left}
#If GetKeyState("LCtrl", "P")
LAlt & Right::Send #{Right}
@wordyallen
Copy link
Author

wordyallen commented Jun 22, 2018

Todo

  • make root default and used zshrc
  • apt install node, nvm, yarn, ncdu, tree
  • use wslgit.exe to work with bash and vscode
  • pip install awscli, esp-idf
  • platformio
  • debugger
  • windows simulator
  • tracealyzer
  • firefox, figma, hyper, android studio, sketchup, eagel, fusion, fritzing, kindle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment