Skip to content

Instantly share code, notes, and snippets.

View coppolat1's full-sized avatar

Tom Coppola coppolat1

  • Long Island, NY
View GitHub Profile
@coppolat1
coppolat1 / BetterCapsModifier.ahk
Created November 25, 2019 16:10
AutoHotKey scripts to make Caps + IJKL arrow keys, plus some extras.
;; Make capslock a modifier, make right alt-capslock a true capslock
setcapslockstate, OFF ;SetCapsLockState, alwaysoff
/*
| Shortcut | Output |
| -------------------------------- | -------------------------------- |
| CAPSLOCK + { i, j, k, l } | { Up, Left, Down, Right } |
| CAPSLOCK + { u, o } | { Home, End } |
| CAPSLOCK + { h, n } | { PageUp, PageDown } |
[Nemo Action]
# Open the selected directory as a folder in VScode.
# Trigger: Right-click any folder to open as a VScode folder.
# https://wiki.archlinux.org/index.php/Nemo
# https://github.com/linuxmint/nemo/blob/master/files/usr/share/nemo/actions/sample.nemo_action
Name=Open folder in VS Code
Comment=Open selected folder in Visual Studio Code