| ||
|
This community works best when people use their real names. Please
register for a free account.
Other Groups: Joel on Software Business of Software Design of Software (CLOSED) .NET Questions (CLOSED) TechInterview.org CityDesk FogBugz Fog Creek Copilot The Old Forum Your hosts: Albert D. Kallal Li-Fan Chen Stephen Jones |
Did you know about Alt-Esc? It sends a window to the background. So if you have 15 windows carefully arranged, and you need to do something quickly on the one that's maximized on the bottom of the stack, you can click it, do your thing, press Alt-Esc, and all your windows are right back the way they had been. Of course, power users just set raise-on-focus=no and focus-follows-pointer=yes.
Mike Schiraldi Friday, November 19, 2004
Thanks - used Windows since 1991, didn't know about that, and I just adore keyboard shortcuts.
Friday, November 19, 2004
While we're talking about really useful power user Windows commands that not everyone knows about, here are some that I use: Windows-Key D displays the desktop Windows-Key R lets you run an app Windows-Key L lets you lock the desktop You probably know that holding down Alt and pressing tab lets you switch apps. But less people know that you can hold down the Shift key to rotate the other way. I like to find folders using the command line so I press Windows-R, type cmd, change my directory, and then type "start ." to see that folder in an explorer window. If you like the commandline and you have a Win95/98/ME/2000/NT, you should set a registry key to add tab completion. (Do a Google search for it...) I find it really useful to make a copy of notepad.exe and name it n.exe. (And it can also be helpful to use a free program called metapad and name that n.exe since it also shows line numbers.)
Jared Friday, November 19, 2004
A correction. In XP Home Edition (which is what I am using right now) you can't really lock the desktop, so Windows-L logs you out. I think I remember that Windows-L does lock your desktop if you have the professional version. If not, you can lock by pressing Ctrl-Alt-Del and then clicking Lock.
Jared Friday, November 19, 2004
>Ctrl-G in Notepad lets you jump to a line number... handy >when debugging Javascript errors - View Source, Ctrl G to >the line number the error reports on That doesn't seem to work for me (notepad for WinXP Home). That's part of why I use metapad. Incidentally Ctrl-G seems to be pretty standard in lots of Windows apps such Visual Studio and MS Word. > Win-Tab brings you to the taskbar and you can select a new >window with the keyboard! Cool...I didn't know that one. :) The functionally seems pretty similar to Alt-Tab except you don't have to hold a key down (which makes it easier to explain to people and simpler to use for people with some handicaps.) Also, it is a little nicer than Alt-Tab in that you choose apps based on where they are located in the taskbar.
Jared Saturday, November 20, 2004
Holding down the modifier keys and dragging files across folders shows tiny icons to see what the result will be. An arrow creates a shortcut, a '+' signs makes a copy, no indicator moves the file. Also dragging files with the right mouse button shows a pop-up menu that lets you choose your action. My favorite is keyboard short-cuts for any shortcut on the desktop and all shortcuts in the Start Menu. Right-Click-->Properties-->Short-cut Key-->$alphabet. Launch with 'Ctrl-Alt-$alphabet'.
ALso very handy: This reg-hack lets you open a command prompt from Explorer - http://ww.microsoft.com/technet/prodtechnol/windows2000pro/tips/opcom.mspx Saturday, November 20, 2004
Thank's all for valuable shortcuts. I've already mentioned WinKey on this forum once, but here it goes again for shortcut lovers: http://www.download.com/3000-2344-913626.html?tag=lst-0-1 http://www.webtree.ca/newlife/winkey_info.htm Using WinKey I assign the following shortcuts, for example: Win+Up = Maximize Windows Win+Down = Minimize Window Win+Left = Restore Window Win+N = Notepad Win+F2 = Total Commander Win+X = Firefox .....
One of my favourites: Ctrl-Enter in the IE address line prefixes whatever is on the address line with "www." and suffixes it with ".com".
one more along the lines of Mark's latest post... In Firefox with the domain name already typed out (except no the top level domain) CTRL+ENTER adds http://(domain).com SHIFT+ENTER adds http://(domain).net CTRL+SHIFT+ENTER adds http://(domain).org Sadly, no .edu :( Tuesday, November 23, 2004 | |
Powered by FogBugz
