Mapping / to search

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
jzekeb
Junior Member
Junior Member
Posts: 15
Joined: 2005-01-09, 19:52 UTC

Mapping / to search

Post by *jzekeb »

I would like to remap / to the Search dialog box, but it doesn't seem to work. I was on 6.51 but upgraded to the beta and the problem still persists.

Any ideas?
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

The "/" key is the 'divide by' key on the NUM-block.

It works fine here (although I prefer it's origin function to restore the last selection.)

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
Hacker
Moderator
Moderator
Posts: 13068
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

jzekeb,
Assign "/" to cm_ShowQuickSearch and in Configuration - Options - Operation set Quick search to Disabled.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
jzekeb
Junior Member
Junior Member
Posts: 15
Joined: 2005-01-09, 19:52 UTC

Post by *jzekeb »

Ah, I intended for it to be the key along with the question mark, not the numpad.

/=cm_SearchFor

Any way to get this where I wanted it?

Thanks for the input.
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

jzekeb wrote:Any way to get this where I wanted it?
Autohotkey if you don't mind to use an external tool:

Code: Select all

#IfWinActive, ahk_class TTOTAL_CMD
/::
{
    PostMessage, 1075, 501, , , ahk_class TTOTAL_CMD
		}
	return
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
rojer_31
Junior Member
Junior Member
Posts: 15
Joined: 2005-05-26, 20:38 UTC
Contact:

A question

Post by *rojer_31 »

How do you find out the message no for this:
PostMessage, 1075, 501, , , ahk_class TTOTAL_CMD
??

Is there a reference list somewhere for TC?
Visit bootcd.us!
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

This account is for sale
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Have a look at the totalcmd.inc.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
rojer_31
Junior Member
Junior Member
Posts: 15
Joined: 2005-05-26, 20:38 UTC
Contact:

Post by *rojer_31 »

Thank you both :) I'll do that.
Visit bootcd.us!
Post Reply