(Not logged on) | Register | Log On

You can subscribe to this discussion group using an RSS feed reader. The Joel on Software Discussion Group (CLOSED)

A place to discuss Joel on Software. Now closed.

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...

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
 
 
Cool. Programming for 9 years now, didn't know that. Learn something new every day.
Mr. Analogy {Shrinkwrap ISV owner} Send private email
Friday, November 19, 2004
 
 
...and related to that, Ctrl-Esc brings the task bar to the front and opens the start menu, even if the desktop and taskbar are hidden by a full-screen app.
Ian Boys Send private email
Friday, November 19, 2004
 
 
Neither alt-esc nor ctrl-esc work for me.  Oh well.
Chris in Edmonton Send private email
Friday, November 19, 2004
 
 
Thanks - used Windows since 1991, didn't know about that, and I just adore keyboard shortcuts.

Friday, November 19, 2004
 
 
Did you know that the shortcut Ctrl+Alt+L in Visual Studio .NET 2003 for viewing the Solutions Explorer never works?
Sathyaish Chakravarthy Send private email
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
 
 
Windows-E opens Explorer.

Philo
Philo [MSFT] Send private email
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
Dan G Send private email
Saturday, November 20, 2004
 
 
Win-Tab brings you to the taskbar and you can select a new window with the keyboard!

Just hit left and right and then enter to select the window.
Roose Send private email
Saturday, November 20, 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
 
 
But you forgot the most useful of them all:

Windows + E brings up the windows file explorer w/all drives shown!
HS Send private email
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'.
KayJay Send private email
Saturday, November 20, 2004
 
 
KayJay Send private email
Saturday, November 20, 2004
 
 
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
 
 
You have to have word-wrap turned off in order to use Ctrl-G in Notepad.
eden li Send private email
Saturday, November 20, 2004
 
 
Oh yeah.. Win + D not only minimizes all windows, but hitting Win+D again restores only the windows that were not minimized before you hit it the first time.

Waay more useful than just Win+M which just minimizes indiscriminately...
eden li Send private email
Saturday, November 20, 2004
 
 
CTRL-SHIFT-ESC brings up the taskmanager.
FingerMyButton
Sunday, November 21, 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
.....
Evgeny Goldin Send private email
Sunday, November 21, 2004
 
 
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".
Mark Pearce Send private email
Monday, November 22, 2004
 
 
In Excel, the arrow keys move the selection from a cell to another according to the direction of the arrow. If the Scroll lock is on, the whole spreadsheet moves in the direction of the arrow.
Senthilnathan N.S. Send private email
Monday, November 22, 2004
 
 
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
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz