...
Step | Command | |
---|---|---|
1 | Determine the key code of the Right-Ctrl key. |
You will receive an output similar to:
|
2 | Redefine the key code to the numeric keypad Enter key. | $ xmodmap -e "keycode 105 = KP_Enter" |
3 | If original key mapping is required, reverse step 2. | $ xmodmap -e "keycode 105 = Control_R" |
Div | ||
---|---|---|
| ||
Using Different Fonts
The default command-line to start xhpterm is: $ xhpterm -port 30000 -clean -font 10x20
...
Instead of PuTTY, you can also use the standard telnet command on your remote Linux system (telnet <charon-hpa-host> <port>
). However, Stromasys does not provide profiles for this.
Div | ||
---|---|---|
| ||
Additional configuration steps to improve the behavior of the terminal emulation:
...
The following image shows a PuTTY window running SAM after the settings above were configured:
Div | ||
---|---|---|
| ||
The following image shows a PuTTY window where the locale on the system running PuTTY is something different from C:
Div | ||
---|---|---|
| ||
Other Terminal Emulation Considerations
...