VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Key Mapping Cariage Return or Enter (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Key Mapping Cariage Return or Enter
#1666
Key Mapping Cariage Return or Enter 15 Years, 7 Months ago  
I am a user of Absolute Telnet version 7.12. I am trying to map a "Cariage Return" or "Enter" to one of the Function keys as part of a script and do not know how to program the Cariage Return. Please help :) Thanks in advance...

[ August 27, 2008, 08:49 AM: Message edited by: Brian T. Pence ]
aperu (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#1667
Re: Key Mapping Cariage Return or Enter 15 Years, 7 Months ago  
Andrew,

So, you want to have the function key send a carriage return when pressed? The key mapping recognizes c-style escape notation, such as:

n (for newline)
t (for tab)

and hex notation xFF such as:

x1b (for escape)
x0d (for carriage return)
x0a (for linefeed)

Hope this helps!
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
Go to top