hello,
I'm trying to see a way to use my mac for work stuff.
AT work, we have a unix system that uses a windows terminal client to
access it.
I can connect to the terminal server from my mac, but when I try to
use the function keys (F1-F12) none of them work! They seem to only
work from a windows machine.
Is there something I can buy or do so I can make my mac's function
keys work like a windows workstation?
If I can do this, I can get away from having to use windows to get the terminal client at work.
Thanks,
Dave
In <1145148173.951277.106320@z34g2000cwc.googlegroups.com> pheonix1t@ gmail.com wrote:
hello, I'm trying to see a way to use my mac for work stuff.
AT work, we have a unix system that uses a windows terminal client
to access it.
I can connect to the terminal server from my mac, but when I try to
use the function keys (F1-F12) none of them work! They seem to
only work from a windows machine.
Is there something I can buy or do so I can make my mac's function
keys work like a windows workstation?
If I can do this, I can get away from having to use windows to get
the terminal client at work.
Apple's Terminal sends an escape sequence for the function keys. For
example pressing F1 sends 'escape O P'. Presumably the program on the
server is expecting some other sequence. If you can find out what it
is, perhaps by looking at the Windows terminal program, you can
easily change it in Terminal's windows settings.
I can connect to the terminal server from my mac, but when I try to use
the function keys (F1-F12) none of them work! They seem to only work
from a windows machine.
On 2006-04-16, pheonix1t@gmail.com <pheonix1t@gmail.com> wrote:
I can connect to the terminal server from my mac, but when I try to use
the function keys (F1-F12) none of them work! They seem to only work
from a windows machine.
Try running in 'screen'. In other words, open a terminal window in Terminal.app, run 'screen' in that terminal window, then run whatever
command you use to connect to your server.
You can also try changing your TERM setting to nsterm. In bash:
export TERM=nsterm
In tcsh
setenv TERM nsterm
If you want to set the default TERM type to be nsterm you need to use
the 'defaults' command, since for some reason Terminal.app's preferences don't include that option:
defaults write com.apple.Terminal TermCapString nsterm
You can also try changing your TERM setting to nsterm.
Of course, there's always the simple use of .profile, .bashrc and
similar files to set the TERM variable rather than changing it that way.
Sysop: | Gate Keeper |
---|---|
Location: | Shelby, NC |
Users: | 790 |
Nodes: | 20 (0 / 20) |
Uptime: | 41:46:43 |
Calls: | 12,115 |
Files: | 5,294 |
Messages: | 564,934 |