This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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 } | |