In the macOS Terminal, my mouse scroll wheel would magically start scrolling the command line history instead of the window buffer scroll bar on the right to show window history. This happened when an SSH session was disconnected or timed out. The fix is to run the reset command.
Use AutoRaise! From the docs: “When you hover a window it will be raised to the front (with a delay of your choosing) and gets the focus.” Web page: https://github.com/sbmpost/AutoRaise Download: https://github.com/sbmpost/AutoRaise/archive/refs/heads/master.zip
Press Option+Space and the cursor will change to the grab hand move tool. Roll your mouse wheel for vertical scrolling, hold down shift to switch to horizontal scroll mode.
In your stylesheet, use: [code]cursor: {value}[/code] Replace {value} with one of the following names (in bold): (Hover over each name in bold to see an example of the mouse pointer…) pointer – The hand icon usually used when hovering over an HTML link help – A question mark text – Shows the text-select (“I”-shape) icon […]