Forum

Key Mapping Cariage...
 
Notifications
Clear all

Key Mapping Cariage Return or Enter

0 Posts
2 Users
0 Reactions
135 Views
(@aperu)
New Member
Joined: 55 years ago
Posts: 1
Topic starter  

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

[size=1][ August 27, 2008, 08:49 AM: Message edited by: Brian T. Pence ][/size]


   
ReplyQuote
(@bpence)
Member Admin
Joined: 9 months ago
Posts: 1374
 

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!


   
ReplyQuote
Share: