How to disable Ctrl+Shift keyboard layout switch (for the same input language) in Windows?

In Windows (XP at least), when there are two or more keyboard layouts for the same input language, pressing Ctrl+Shift switches the keyboard layout. Where can this be disabled or changed to another keystroke combination? A similar feature is changing input languages. Alt+Shift is the default keystroke and that can be changed and disabled through … Read more

Clear windows command prompt screen using keyboard shortcuts

Is there any way of clearing the command prompt screen in windows using keyboard shortcuts? Answer NO, But you can use CLS command to clear the whole screen, Esc (Escape) key will clear the input line. In addition, pressing Ctrl + C will move the cursor to a new blank line. AttributionSource : Link , … Read more

Keyboard shortcut to unhide or unminimize a window in OS X

I know how to Hide (Cmd+H) or Minimize (Cmd+M) a focused window in OS X, but I can’t find a keyboard shortcut or even a menu item to restore, unhide, unminimize, or otherwise show a window that I’ve hidden or minimized. Anyone have a suggestion? Answer This way requires a bit of practice: press ⌘ … Read more

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