![]() ![]() |
Jan 4 2006, 06:49 AM
Post
#1
|
|
|
MCSA W2K, MCDST Group: Patrons Posts: 1328 Joined: 2-September 04 From: Velika Gorica Member No.: 29679 OS: Vista Ultimate x86
|
Total.jpg ( 52.12K )
Number of downloads: 55I would like to know if it's possible to use keyboard shortcut to position cursor in this field shown on the picture attached...? Thx in advance.. |
|
|
|
Jan 4 2006, 07:06 AM
Post
#2
|
|
|
Junior ![]() Group: Members Posts: 58 Joined: 25-October 04 Member No.: 34676 |
you can move the selection to buttons, fields etc by using TAB when the window is active.
..if your looking to physically move the mouse cursor, I think AutoIt (http://www.autoitscript.com/autoit3) might be of some use, particulary the MouseMove command. |
|
|
|
Jan 4 2006, 07:12 AM
Post
#3
|
|
|
MCSA W2K, MCDST Group: Patrons Posts: 1328 Joined: 2-September 04 From: Velika Gorica Member No.: 29679 OS: Vista Ultimate x86
|
you can move the selection to buttons, fields etc by using TAB when the window is active. ..if your looking to physically move the mouse cursor, I think AutoIt (http://www.autoitscript.com/autoit3) might be of some use, particulary the MouseMove command. Thx for the reply, but what I ment was, for example, I'm browsing through file system in Total Commander, files, folders etc. and now I want to connect to a network share which is not mapped, so I need to position myself in the UNC field shown in the picture with a keyboard shortcut to be able to write the path..I can postion myself with the mouse, but I would like to do it mouseless 'cause every other thing can be done through keyboard shortcuts... |
|
|
|
Jan 4 2006, 12:50 PM
Post
#4
|
|
|
Windows Live Master ![]() ![]() Group: Members Posts: 248 Joined: 4-September 05 From: in front of my computer Member No.: 71641
|
Total.jpg ( 52.12K )
Number of downloads: 55I would like to know if it's possible to use keyboard shortcut to position cursor in this field shown on the picture attached...? Thx in advance.. keep pressing tab until its highlighted and then press the right aarow key |
|
|
|
Jan 4 2006, 01:04 PM
Post
#5
|
|
|
Group: Members Posts: 6 Joined: 29-November 04 Member No.: 37547 |
you can move the selection to buttons, fields etc by using TAB when the window is active. You're probably using FAT32 instead NTFS. If that doesn't help, try writing vb script. ..if your looking to physically move the mouse cursor, I think AutoIt (http://www.autoitscript.com/autoit3) might be of some use, particulary the MouseMove command. Thx for the reply, but what I ment was, for example, I'm browsing through file system in Total Commander, files, folders etc. and now I want to connect to a network share which is not mapped, so I need to position myself in the UNC field shown in the picture with a keyboard shortcut to be able to write the path..I can postion myself with the mouse, but I would like to do it mouseless 'cause every other thing can be done through keyboard shortcuts... |
|
|
|
Jan 4 2006, 02:04 PM
Post
#6
|
|
|
MCSA W2K, MCDST Group: Patrons Posts: 1328 Joined: 2-September 04 From: Velika Gorica Member No.: 29679 OS: Vista Ultimate x86
|
keep pressing tab until its highlighted and then press the right aarow key Thx for reply but ur solution positions me to location shown on the picture, and typing the network location there windows explorer opens in typed location...
pic.JPG ( 14.04K )
Number of downloads: 40 |
|
|
|
Jan 4 2006, 02:46 PM
Post
#7
|
|
|
Trouble Starter ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 715 Joined: 16-December 04 From: Rochester, NY Member No.: 38671 OS: none
|
I can only give you half the answer...
Well you can use a program like HoeKey which allows you to map Winkey combinations to virtually anything in windows. Including performing functions within an application. You can probably map it to take focus on any area you want, but you'll need to find out the message code to do so. There might be applications that let you sniff out app messages, but your smartest bet is to contact the support and ask them what message you need to have the control take focus. It's an awesome app too, appears to be written in Assembly and uses a mere 128k of ram! I use it as an easy way to pause WinAmp quickly, since people often walk up to me at work. |
|
|
|
Jan 4 2006, 02:46 PM
Post
#8
|
|
|
Group: Members Posts: 4 Joined: 6-March 05 Member No.: 46581
|
CTRL+D
Edit Opppssss, sorry mistake. This post has been edited by Gyzmo: Jan 4 2006, 02:54 PM |
|
|
|
Jan 4 2006, 02:48 PM
Post
#9
|
|
|
Windows Live Master ![]() ![]() Group: Members Posts: 248 Joined: 4-September 05 From: in front of my computer Member No.: 71641
|
OH I JUST THOUGHT OF SOMETHING, try f4
QUOTE Thx for reply but ur solution positions me to location shown on the picture, and typing the network location there windows explorer opens in typed location...
|
|
|
|
Jan 4 2006, 05:24 PM
Post
#10
|
|
|
MCSA W2K, MCDST Group: Patrons Posts: 1328 Joined: 2-September 04 From: Velika Gorica Member No.: 29679 OS: Vista Ultimate x86
|
OH I JUST THOUGHT OF SOMETHING, try f4 I'm grateful for ur reply and help, but I wonder, have you ever used Total Commander and tried ur suggestions before u post them I can only give you half the answer... Well you can use a program like HoeKey which allows you to map Winkey combinations to virtually anything in windows. Including performing functions within an application. You can probably map it to take focus on any area you want, but you'll need to find out the message code to do so. There might be applications that let you sniff out app messages, but your smartest bet is to contact the support and ask them what message you need to have the control take focus. It's an awesome app too, appears to be written in Assembly and uses a mere 128k of ram! I use it as an easy way to pause WinAmp quickly, since people often walk up to me at work. I would like to use it without some third party app like the one u suggested, if it isn't possible that it ain't matter. Thx anyway mate |
|
|
|
Jan 4 2006, 05:25 PM
Post
#11
|
|
|
Windows Live Master ![]() ![]() Group: Members Posts: 248 Joined: 4-September 05 From: in front of my computer Member No.: 71641
|
OH I JUST THOUGHT OF SOMETHING, try f4 I'm grateful for ur reply and help, but I wonder, have you ever used Total Commander and tried ur suggestions before u post them I can only give you half the answer... Well you can use a program like HoeKey which allows you to map Winkey combinations to virtually anything in windows. Including performing functions within an application. You can probably map it to take focus on any area you want, but you'll need to find out the message code to do so. There might be applications that let you sniff out app messages, but your smartest bet is to contact the support and ask them what message you need to have the control take focus. It's an awesome app too, appears to be written in Assembly and uses a mere 128k of ram! I use it as an easy way to pause WinAmp quickly, since people often walk up to me at work. I would like to use it without some third party app like the one u suggested, if it isn't possible that it ain't matter. Thx anyway mate nope |
|
|
|
Jan 4 2006, 05:26 PM
Post
#12
|
|
|
MCSA W2K, MCDST Group: Patrons Posts: 1328 Joined: 2-September 04 From: Velika Gorica Member No.: 29679 OS: Vista Ultimate x86
|
|
|
|
|
Jan 4 2006, 05:53 PM
Post
#13
|
|
|
Insane Clown Group: Administrator Posts: 14344 Joined: 16-August 01 From: Esbjerg Member No.: 1 OS: Vista Business x86
|
@wolf7448
11. Please refrain from using CAPITALIZATIONS in the topic title or when participating in threads because they will not attract attention - instead it will annoy many of MSFN's members. And people please stay on topic. O.T. (Dobrodosli na MSFN) |
|
|
|
Jan 4 2006, 08:02 PM
Post
#14
|
|
|
Windows Live Master ![]() ![]() Group: Members Posts: 248 Joined: 4-September 05 From: in front of my computer Member No.: 71641
|
@wolf7448 11. Please refrain from using CAPITALIZATIONS in the topic title or when participating in threads because they will not attract attention - instead it will annoy many of MSFN's members. And people please stay on topic. O.T. (Dobrodosli na MSFN) sry i realized it right after i wrote it, i wasent thinking |
|
|
|
Jan 4 2006, 10:38 PM
Post
#15
|
|
|
Newbie Group: Members Posts: 35 Joined: 28-September 05 Member No.: 74904
|
1. move your cursor in the filelist to the top item (i.e, the two dots)
2. press f2 And there you go, |
|
|
|
Jan 5 2006, 01:40 AM
Post
#16
|
|
|
MCSA W2K, MCDST Group: Patrons Posts: 1328 Joined: 2-September 04 From: Velika Gorica Member No.: 29679 OS: Vista Ultimate x86
|
|
|
|
|
Jan 5 2006, 05:01 AM
Post
#17
|
|
|
Group: Members Posts: 4 Joined: 6-March 05 Member No.: 46581
|
CTRL+D Edit Opppssss, sorry mistake. Gyzmo, my dear countryman, this ain't workin' This is reason, for I editing post. You need: Alt+UP Edit current directory path above file window http://total.altruistic.ru/en/keyboard.htm For me... not working??? Maybe is that future feature?? |
|
|
|