## PC setup * [[https://www.vvse.com/blog/blog/2012/02/27/reverse-scrolling-on-windows-7/|Mouse wheel reverse]]: HID\VID_25A7&PID_FA23&REV_0232&MI_01&Col01 * Keyboard tweaks: KeyTweak * [[https://superuser.com/questions/989951/is-it-possible-to-disable-smooth-movement-of-the-cursor-in-office-2013-windows-1|Disable bothering animation]] * Setup Chrome: uBlock Origin * Sublime Text * ++++No Sleep when close lid| Using a Windows laptop with an external monitor. Go to the Control Panel and run the applet called Power Options. Click the Advanced tab on the properties sheet, and look for the section that says: "When I close the lid of my portable computer". Click the down arrow for the list of options, and select "Do nothing". ++++ * 7-zip * [[https://filezilla-project.org/download.php?type=client|FileZillar]] * [[https://www.virtualbox.org/wiki/Downloads|VirtualBox]] * AutoHotKey: - 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]] - [[https://github.com/TaranVH/2nd-keyboard/tree/master/Taran's_Windows_Mods|Taran's Windows Mods]] * 设置开机启动项:应用程序快捷方式剪切(或者复制)并粘贴到 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp * [[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/ 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. ```