How to disable the screen orientation hotkeys in Windows (XP)?

I’m using Eclipse in Windows XP. One of my favorite shortcuts is CTRL+ALT+DOWN (or CTRL+ALT+UP) to duplicate a line. I just found that on this machine (XP ThinkPad, with NVIDIA graphics driver), this is has the effect of fliping the screen upside down, which I will rarely use. How can I disable this? Or, if … Read more

Customize Google Chrome keyboard shortcuts?

I would like to customize keyboard shortcuts in Google Chrome. For example, I would like to map the key combination Ctrl+Shift+W to the command “Close Other Tabs” instead of right-clicking on a tab (default command). Is there any setting in Chrome to set this combination to that command? Answer If you’re on a Mac then … Read more

Why does Ctrl + V not paste in Bash (Linux shell)?

When I copy something to the clipboard and press Ctrl + V in Bash, nothing happens; However, right clicking and selecting Paste does the job. Why? Is there any reasonable issue (I’m sure there is) behind this behavior in Linux? Answer In the days of physical terminals, session-wide clipboards did not exist, only few programs supported internal … Read more

In Mac OS, what is the keyboard shortcut to switch between windows of the same application?

I often use the Cmd+Tab shortcut to switch between different applications (for example: Xcode and Google Chrome), but is there a shortcut to switch between different windows of the same application (for example, from one window in Google Chrome, to another)? Answer The default shortcut is Cmd` (that’s a backtick). You can always change that … Read more