Frequently Asked Questions for FreeBSD 2.X : Serial Communications : Suddenly everything I type is in UPPER CASE??
Previous: Why do I have to hit CTRL+P twice to send CTRL+P once?
Next: How can I do file transfers with tip?

11.19. Suddenly everything I type is in UPPER CASE??

You must've pressed CTRL+A, tip ``raise character,'' specially designed for people with broken caps-lock keys. Use ~s as above and set the variable ``raisechar'' to something reasonable. In fact, you can set it to the same as the force character, if you never expect to use either of these features.

Here's a sample .tiprc file perfect for Emacs users who need to type CTRL+2 and CTRL+A a lot:

        force=^^
        raisechar=^^
      

The ^^ is SHIFT+CTRL+6.


Frequently Asked Questions for FreeBSD 2.X : Serial Communications : Suddenly everything I type is in UPPER CASE??
Previous: Why do I have to hit CTRL+P twice to send CTRL+P once?
Next: How can I do file transfers with tip?