This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| new_pc_environment_setup [2020/03/12 09:23] admin | new_pc_environment_setup [2024/08/19 15:03] (current) admin | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| - Enable the use of emacs style cursor guide. Script: {{ ::autohotkey_emacsstyle.zip |}} | - Enable the use of emacs style cursor guide. Script: {{ ::autohotkey_emacsstyle.zip |}} | ||
| - Disable menu acceleration: [[https://github.com/TaranVH/2nd-keyboard/blob/master/Taran's_Windows_Mods/Alt_menu_acceleration_DISABLER.ahk| script]] | - Disable menu acceleration: [[https://github.com/TaranVH/2nd-keyboard/blob/master/Taran's_Windows_Mods/Alt_menu_acceleration_DISABLER.ahk| script]] | ||
| + | - [[https://github.com/TaranVH/2nd-keyboard/tree/master/Taran's_Windows_Mods|Taran's Windows Mods]] | ||
| * 设置开机启动项:应用程序快捷方式剪切(或者复制)并粘贴到 | * 设置开机启动项:应用程序快捷方式剪切(或者复制)并粘贴到 | ||
| C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp | C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp | ||
| * [[https://www.arulerforwindows.com/|Rule for Windows]] | * [[https://www.arulerforwindows.com/|Rule for Windows]] | ||
| * Clean up right click menu: https://www.online-tech-tips.com/computer-tips/windows-right-click-context-menu/ | * Clean up right click menu: https://www.online-tech-tips.com/computer-tips/windows-right-click-context-menu/ | ||
| + | Attention: using "extend" string will cause right-click menu freeze on Windows 10! | ||
| + | * Clean up right click "New" menu: https://www.thewindowsclub.com/remove-items-from-new-context-menu | ||
| + | * Set Menu appear delay to 0: https://www.top-password.com/blog/how-to-speed-up-windows-10-menu-animations/ | ||
| + | |||
| + | # AutoHotKeys | ||
| + | |||
| + | ``` | ||
| + | Symbol Description | ||
| + | # Win (Windows logo key) | ||
| + | ! Alt | ||
| + | ^ Control | ||
| + | + Shift | ||
| + | & An ampersand may be used between any two keys or mouse buttons to combine them into a custom hotkey. | ||
| + | ``` | ||