Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dewbjorn/autohotkey-scripts
My AutoHotkey scripts
https://github.com/dewbjorn/autohotkey-scripts
Last synced: 27 days ago
JSON representation
My AutoHotkey scripts
- Host: GitHub
- URL: https://github.com/dewbjorn/autohotkey-scripts
- Owner: dewbjorn
- License: mit
- Created: 2021-07-06T07:48:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T05:49:31.000Z (6 months ago)
- Last Synced: 2024-11-17T10:41:04.013Z (2 months ago)
- Language: AutoHotkey
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autohotkey-scripts
My AutoHotkey scripts## Office issue and how to fix it
Microsoft has a set of key bindings that are preconfigured and that may open unrelated Office windows when using ALT+` (tilde). [AHK reference](https://www.autohotkey.com/boards/viewtopic.php?f=13&t=65573)You can fix this issue by running this from an elevated command line window -
`REG ADD HKCU\Software\Classes\ms-officeapp\Shell\Open\Command /t REG_SZ /d rundll32`
And to reverse it, run the following from an elevated command line window -
`REG DELETE HKCU\Software\Classes\ms-officeapp\Shell`