VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Edit Keymapping... (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Edit Keymapping...
#2730
Edit Keymapping... 11 Years, 11 Months ago  
I am new to Absolute and trying to see if I should buy the full version or not. The main factor will be the ability to re-purpose the F1-F12 keys.

I need to be able to send the following command when pressing F1

(CONTROL)A@(CONTROL)M

The (CONTROL)M is basically ENTER.

I am SSH2 connecting to a LINUX server using VT100.

Any help would be appreciated.

I am using the 9.49 CR 29

Thanks
rgutierrez (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
35
 
The administrator has disabled public write access.  
#2731
Re:Edit Keymapping... 11 Years, 11 Months ago  
You can do this through the Keyboard Mapping feature under Options->Properties->Vtoptions->Edit Keymap.

Once on this dialog, do the following:

1. click 'Add'
2. press the F1 key when prompted for key to remap
3. Enter the text you want to send in place of the default F1 sequence.

HINT: To send unprintable characters, such as control characters, you have
to use the hex version of the character like this: x0D for control-M (carriage return)

So, I think you want this:

x01@x0D



Let me know if this helps.

Brian
bpence (Admin)
Admin
Posts: 1406
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.  
#2732
Re:Edit Keymapping... 11 Years, 11 Months ago  
x01@x0D didn't help.

It basically just outputs that to the screen.
rgutierrez (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
35
 
The administrator has disabled public write access.  
#2733
Re:Edit Keymapping... 11 Years, 11 Months ago  
Sorry, the website munged the exact text. There *should* be back-slashes in here.

Here, let me try again:


/x01@/x0D


NOTE: forward-slash above needs to be changed to back-slash. However, the forum won't let me put the back-slash in. It *eats* it.
Brian
bpence (Admin)
Admin
Posts: 1406
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Last Edit: 2012/05/18 13:43 By bpence.
 
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.  
#2734
Re:Edit Keymapping... 11 Years, 11 Months ago  
Putting the slashes in fixed the issue.

I just purchased a license. Thanks
rgutierrez (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
35
 
The administrator has disabled public write access.  
Go to top