• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Konsole keyboard configuration -

Quaggoth

Senior member
I need F1 to produce the same thing as Control+w. This needs to happen in a telnet session to our spillman server.

So far I know the syntax of the *.keytab file should be something like this

key F1 : "w" <--- Makes a "w"
key F1 : "Ctrl-w" <--- Makes a "Ctrl-w"
key F1 : "\x1d\x11" <--- Boots me to a "Telnet>" prompt
key F1 : Control+w <--- Boots me ot of the telnet session
key F1 : "w" <--- Makes a "w", but when I hold ctrl and hit F1 does NOT make a ctrl-w. Go figure...

Anyway, any ideas??? If not, how about ideas in different telnet clients that would be easier to remap??
 
Back
Top