https://github.com/j3soon/ahk_scripts
My AutoHotkey Scripts
https://github.com/j3soon/ahk_scripts
autohotkey autohotkey-script onenote
Last synced: 12 days ago
JSON representation
My AutoHotkey Scripts
- Host: GitHub
- URL: https://github.com/j3soon/ahk_scripts
- Owner: j3soon
- Created: 2019-04-05T08:43:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T15:42:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T14:55:50.737Z (3 months ago)
- Topics: autohotkey, autohotkey-script, onenote
- Language: AutoHotkey
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AHK_Scripts
Some [AutoHotkey](https://www.autohotkey.com/) scripts for personal use.
You may want to combine the scripts into a single `.ahk` file for the ease of use.
## `quick_onenote.ahk`
This script can make taking screenshots notes with OneNote very very easy.
Before pressing the `AppsKey`, make sure that your OneNote can be focused by pressing `Alt+Tab`, and the cursor is at the correct place.
`AppsKey` -> Start Quick Note process:
1. Send `Win+Shift+S` to launch crop mode
2. Wait until you release your mouse button
3. `Alt+Tab` to swap to OneNote
4. Paste to OneNote
5. `Alt+Tab` back to your original state.## `chinese_symbols.ahk`
`Ctrl+/` -> `/`
`Ctrl+9` -> `(`
`Ctrl+0` -> `)`## `vim.ahk`
`Caps Lock` -> `ESC`
## `simulate_input_from_clipboard.ahk`
`Ctrl+Shift+Alt+V` -> simulate input based on your clipboard text
## `set_window_size.ahk`
`Win+=` -> set the active window to the given size.