You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Hotkeys
2
2
3
-
This is an AutoHotkey script for some hotkeys I frequently use, in order to achieve a universal experience across different platforms.
3
+
This repo contains the configurations for some hotkeys I frequently use, in order to achieve a universal experience across different platforms.
4
4
5
-
This script uses the <kbd>Right Ctrl</kbd> key as the main modifier key. You can map <kbd>Caps Lock</kbd> to <kbd>Right Ctrl</kbd> for better experience with tools like [SharpKeys](https://github.com/randyrants/sharpkeys).
5
+
These hotkeys use the <kbd>Right Ctrl</kbd> key as the main modifier key. You can map <kbd>Caps Lock</kbd> to <kbd>Right Ctrl</kbd> for better experience with tools like [SharpKeys](https://github.com/randyrants/sharpkeys) on Windows and [Karabiner Elements](https://pqrs.org/osx/karabiner/index.html) on macOS.
6
6
7
-
Below is a list of hotkeys defined in this script.
7
+
Below is a list of hotkeys defined in this script. Note that <kbd>Ctrl</kbd> is same to <kbd>control</kbd> in macOS, and <kbd>Alt</kbd> is same to <kbd>option</kbd>. The hotkeys modified with <kbd>Alt</kbd> are not implemented in the Karabiner JSON file.
8
8
9
9
## Hotkeys List
10
10
@@ -36,7 +36,15 @@ Hotkey | Maps to | Description
36
36
37
37
## Usage
38
38
39
-
Download or clone this repo and run the script `hotkeys.ahk` with [AutoHotkey](https://www.autohotkey.com/) if you have it installed. Otherwise find a prebuilt binary from the [releases](https://github.com/beta/hotkeys/releases) page.
39
+
Download or clone this repo first.
40
+
41
+
- For Windows, install [AutoHotkey](https://www.autohotkey.com/) and run `hotkeys.ahk` to apply the hotkeys. You can also find a prebuilt binary from the [releases](https://github.com/beta/hotkeys/releases) page.
42
+
43
+
- For macOS, install [Karabiner Elements](https://pqrs.org/osx/karabiner/index.html) and add the rules from `hotkeys.json`. Open the following URL in browser to add the rules directly.
0 commit comments