keyboard-shortcuts interview questions
Top keyboard-shortcuts frequently asked interview questions
Is there any way of clearing the command prompt screen in windows using keyboard shortcuts?
Source: (StackOverflow)
On my Windows XP I simply press Start -> U to see the Windows shutdown menu, so I can choose whether to shut down or restart or standby or whatever.
Is there a similarly elegant way to do that on Windows 7, without touching the mouse?
Source: (StackOverflow)
In OS X as I'm aware to move the current window to the next desktop, I'd click down on the title bar of the window to have it in move mode, and then while keeping the mouse button down, press ctrl-<cursor direction_key>. If you don't have a laptop, this may require three hands. Alternatively you can go into spaces and drag a window from one desktop to another.
Is there an easier way to do this, with the keyboard only (and two hands max)?
Source: (StackOverflow)
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)?
Source: (StackOverflow)
I am using a MacBook Pro with Mac OS X 10.5. Is there a similar function to "show desktop" (shortcut is WindowsD) on a Mac?
It should hide all applications and show a clean desktop.
Source: (StackOverflow)
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?
Source: (StackOverflow)
I know that there has been a similar question asked here very recently, but I was wondering if it was possible to tab between buttons on default Mac OS X dialog boxes?
I already have the "All controls" option enabled in System Preferences > Keyboard & Mouse > Keyboard Shortcuts, but no joy.
Source: (StackOverflow)
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?
Source: (StackOverflow)
In both zsh and bash, ctrl+arrows allows me to move the position I'm typing at by whole word, but this does not work in tmux, which is a problem as I'm currently launching it automatically every time I open a shell.
How can I fix this?
Source: (StackOverflow)
I find the Cmd + O shortcut to open a file in Finder unintuitive. Does anyone know how to change it? I'd like to set it so that enter opens a file instead of going into rename mode.
Source: (StackOverflow)
For instance, the Sublime Text Unofficial Docs say that on Linux, I can use this key sequence...
Alt + ⇧ + Up
... to do column selection. I have no idea what this key is if it is not "Up".
Someone out there just knows the answer to this question.
Source: (StackOverflow)
In OS X Terminal.app, if you open new windows, you can easily switch between them with Cmd-1, Cmd-2, Cmd-3, etc.
You can also cycle between tabs, using Cmd-Shift-{ and Cmd-Shift-}. (or Cmd-Shift-Left and Cmd-Shift-Right)
But is there a way to jump straight to a particular tab, like you can with windows? e.g. Cmd-Shift-3 to jump to the third tab? (That's not it, of course.)
I'm pretty sure it's impossible out of the box, but what if I'm willing to write some AppleScript to make this work?
Source: (StackOverflow)
Using Alt+Print on the keyboard, a screenshot of the currently active window is copied to the clipboard.
Unfortunately, on Windows 10 this also takes the area of the window's shadow into the screenshot:
As you can see, above image is a screenshot of the "Run" dialog box which also has the background of the shadow areas left, right and bottom shine through.
This is what I would expect:
Above image is manually modified and omits the shadow areas, showing only the actual window area.
What I've tried:
I've tried the Snipping Tool and it works as expected, i.e. it does not include the shadow areas.
What bothers me is that it is way more complicated to use the Snipping Tool compared to a simple Alt+Print.
My question:
Is it possible with built-in keyboard shortcuts of Windows 10 to have a screenshot that does exclude the shadow areas?
Source: (StackOverflow)