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/26 15:43] 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 | ||
| Line 24: | Line 25: | ||
| * Set Menu appear delay to 0: https://www.top-password.com/blog/how-to-speed-up-windows-10-menu-animations/ | * 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. | ||
| + | ``` | ||