IPB

Google Frontpage Forums Unattended CD/DVD Guide
2 Pages V   1 2 >  
Reply to this topicStart new topic
> Total Commander keyboard shortcut, Tip needed
N1K
post Jan 4 2006, 06:49 AM
Post #1


MCSA W2K, MCDST
Group Icon

Group: Patrons
Posts: 1328
Joined: 2-September 04
From: Velika Gorica
Member No.: 29679
OS: Vista Ultimate x86
Country Flag


Attached File  Total.jpg ( 52.12K ) Number of downloads: 55


I 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..
Go to the top of the page
 
+Quote Post
possy_99
post 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.
Go to the top of the page
 
+Quote Post
N1K
post Jan 4 2006, 07:12 AM
Post #3


MCSA W2K, MCDST
Group Icon

Group: Patrons
Posts: 1328
Joined: 2-September 04
From: Velika Gorica
Member No.: 29679
OS: Vista Ultimate x86
Country Flag


QUOTE (possy_99 @ Jan 4 2006, 07:06 AM) *
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...
Go to the top of the page
 
+Quote Post
wolf7448
post 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
Country Flag


QUOTE (N1K @ Jan 4 2006, 05:49 AM) *
Attached File  Total.jpg ( 52.12K ) Number of downloads: 55


I 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
Go to the top of the page
 
+Quote Post
zaac99
post Jan 4 2006, 01:04 PM
Post #5





Group: Members
Posts: 6
Joined: 29-November 04
Member No.: 37547



QUOTE (N1K @ Jan 4 2006, 07:12 AM) *
QUOTE (possy_99 @ Jan 4 2006, 07:06 AM) *

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...
Go to the top of the page
 
+Quote Post
N1K
post Jan 4 2006, 02:04 PM
Post #6


MCSA W2K, MCDST
Group Icon

Group: Patrons
Posts: 1328
Joined: 2-September 04
From: Velika Gorica
Member No.: 29679
OS: Vista Ultimate x86
Country Flag


QUOTE (wolf7448 @ Jan 4 2006, 12:50 PM) *
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...

Attached File  pic.JPG ( 14.04K ) Number of downloads: 40
Go to the top of the page
 
+Quote Post
TravisO
post 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
Country Flag


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.
Go to the top of the page
 
+Quote Post
Gyzmo
post Jan 4 2006, 02:46 PM
Post #8





Group: Members
Posts: 4
Joined: 6-March 05
Member No.: 46581
Country Flag


CTRL+D

Edit
Opppssss, sorry mistake. realmad.gif

This post has been edited by Gyzmo: Jan 4 2006, 02:54 PM
Go to the top of the page
 
+Quote Post
wolf7448
post 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
Country Flag


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...
Go to the top of the page
 
+Quote Post
N1K
post Jan 4 2006, 05:24 PM
Post #10


MCSA W2K, MCDST
Group Icon

Group: Patrons
Posts: 1328
Joined: 2-September 04
From: Velika Gorica
Member No.: 29679
OS: Vista Ultimate x86
Country Flag


QUOTE (wolf7448 @ Jan 4 2006, 02:48 PM) *
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 yes.gif

QUOTE (travisowens @ Jan 4 2006, 02:46 PM) *
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 smile.gif
Go to the top of the page
 
+Quote Post
wolf7448
post 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
Country Flag


QUOTE (N1K @ Jan 4 2006, 04:24 PM) *
QUOTE (wolf7448 @ Jan 4 2006, 02:48 PM) *

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

QUOTE (travisowens @ Jan 4 2006, 02:46 PM) *
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 smile.gif


nope biggrin.gif
Go to the top of the page
 
+Quote Post
N1K
post Jan 4 2006, 05:26 PM
Post #12


MCSA W2K, MCDST
Group Icon

Group: Patrons
Posts: 1328
Joined: 2-September 04
From: Velika Gorica
Member No.: 29679
OS: Vista Ultimate x86
Country Flag


QUOTE (Gyzmo @ Jan 4 2006, 02:46 PM) *
CTRL+D

Edit
Opppssss, sorry mistake. realmad.gif


Gyzmo, my dear countryman, this ain't workin' biggrin.gif
Go to the top of the page
 
+Quote Post
xper
post Jan 4 2006, 05:53 PM
Post #13


Insane Clown
Group Icon

Group: Administrator
Posts: 14344
Joined: 16-August 01
From: Esbjerg
Member No.: 1
OS: Vista Business x86
Country Flag


@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)
Go to the top of the page
 
+Quote Post
wolf7448
post 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
Country Flag


QUOTE (xper @ Jan 4 2006, 04:53 PM) *
@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
Go to the top of the page
 
+Quote Post
KevinMo
post Jan 4 2006, 10:38 PM
Post #15


Newbie


Group: Members
Posts: 35
Joined: 28-September 05
Member No.: 74904
Country Flag


1. move your cursor in the filelist to the top item (i.e, the two dots)
2. press f2

And there you go, biggrin.gif !
Go to the top of the page
 
+Quote Post
N1K
post Jan 5 2006, 01:40 AM
Post #16


MCSA W2K, MCDST
Group Icon

Group: Patrons
Posts: 1328
Joined: 2-September 04
From: Velika Gorica
Member No.: 29679
OS: Vista Ultimate x86
Country Flag


QUOTE (KevinMo @ Jan 4 2006, 10:38 PM) *
1. move your cursor in the filelist to the top item (i.e, the two dots)
2. press f2

And there you go, biggrin.gif !


Well, if you don't know how to help and you don't know the answer please refrain from posting..thx
Go to the top of the page
 
+Quote Post
Gyzmo
post Jan 5 2006, 05:01 AM
Post #17





Group: Members
Posts: 4
Joined: 6-March 05
Member No.: 46581
Country Flag


QUOTE (N1K @ Jan 5 2006, 01:26 AM) *
QUOTE (Gyzmo @ Jan 4 2006, 02:46 PM) *

CTRL+D

Edit
Opppssss, sorry mistake. realmad.gif


Gyzmo, my dear countryman, this ain't workin' biggrin.gif


This is reason, for I editing post. whistling.gif

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??
Go to the top of the page
 
+Quote Post
N1K