How do I unbind up and down keys?

Posted by Talmord on Tue 25 Sep 2007 07:42 AM — 2 posts, 11,547 views.

#0
I want to use the up and down keys for an accelerator script. I already wrote the script, but I need to know how to unbind up and down from last command and next command.
Australia Forum Administrator #1
  • Bind the key to an alias like this:

    
    Accelerator ("Up", "some_alias")
    

  • Make the alias call the script or do whatever you want it to do.
  • Go to world preferences -> Commands -> Keyboard Preferences.
  • Uncheck "Arrow keys traverse history".


Then it should work.