Menu

keyCodes Shifted Function Keys

2002-12-10
2013-04-11
  • Nobody/Anonymous

    I'm trying to get function keys SHIFT-F1, CTRL-F1, and ALT-F1 to work ... is this possible? and if so, how can it be accomplished.

    Also, I see a keyCodes.conf file ... but is there any documentation as to how it works?

    Thanks,
    Steve

     
    • Nobody/Anonymous

      did anyone figure out a way to use the keycodes.conf file ?

       
      • Jaysula

        Jaysula - 2005-05-14

        Yes I've got it working, here's a sample of how I did it.

        #execution of application from command line
        java -cp jar/jta25.jar de.mud.jta.Main -plugins Socket,Telnet,Terminal -config main.conf

        #property in main.conf:
        Terminal.keyCodes=file:///C:/keyCodes.conf
        #or if your keycodes is on a web server
        #Terminal.keyCodes=http://[webserver]/keyCodes.conf

        #Contents of:  C:\keyCodes.conf
        F1=\\eOP
        F2=\\eOQ
        F3=\\eOR
        F4=\\eOS
        F5=\\ee\n

         
    • Nobody/Anonymous

      can i set my own key code for clear screen..
      if it is possible then tell me how

      krunal

       

Log in to post a comment.