Posted: Sun Aug 07, 2005 9:49 pm
well leaf was talking about alt+up arrowing, so i was just figuring out if this is an outside textbox or inside textbox thing. so then just plain up would work, and we could ignore leafs comment... 

Indeedwell leaf was talking about alt+up arrowing, so i was just figuring out if this is an outside textbox or inside textbox thing. so then just plain up would work, and we could ignore leafs comment
New commands: 'bindt, allows you to cause a non-text-applicable key to bind to a command; say, 'bindt chat, then tap the pageup key. Then, whenever you tap pageup WHILE IN THE TEXTBOX, normal pageup bind remains, it will put chat in the textbox. Also, when the command 'last, is entered, it calls the most recent command to the box. If the command in the box is highlighted and 'last, is entered in its place, the next place back in history is retrieved. Thus, 'last, is the default bindt to uparrow and can be used recursively.Aaron wrote:sounds better. but i think that it should be default binded to up arrow. but how would you make a keybinging for textbox only?
Willcavesomething wrote:I already have up and down arrows bound to scrolling through the client's command history, have had for a while.
There is some magic words you need to add to your ~/.crossfire/keys file, I believe it is these lines that you want.
! nextkey Down 0
! prevkey Up 0
With this setup up and down arrow keys go through history, and numberpad is for moving around. (this setup probably isn't suitable for laptops).
Hmmm, I don't have my [Page Up] and [Page Down] keys bound to anything. Wonder what to put after nextkey and prevkey to use those ...cavesomething wrote:... There is some magic words you need to add to your ~/.crossfire/keys file, I believe it is these lines that you want.
! nextkey Down 0
! prevkey Up 0
With this setup up and down arrow keys go through history, and numberpad is for moving around. (this setup probably isn't suitable for laptops).