keys.bind(KeyEvent.VK_F11, "renderer.screenshot()");
</pre>
==New Bind file ==
<pre>
// If you ever manage to mess up this file, just delete it, and wurm with
// replace it with a new one.
// Default movement keys. Allows both WASD and arrow key movement
// You can bind these keys to any KeyEvent.VK_* key
// (see http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/KeyEvent.html)
bind w move_forward
bind s move_back
bind a move_left
bind d move_right
bind q turn_left
bind e turn_right
bind x autorun
bind z center_view
bind up move_forward
bind down move_back
bind left turn_left
bind right turn_right
bind page_up autorun
bind page_down center_view
bind insert strafe
bind home turn_up
bind end turn_down
bind numpad8 move_forward
bind numpad2 move_back
bind numpad4 turn_left
bind numpad6 turn_right
bind numpad9 autorun
bind numpad3 center_view
bind numpad0 strafe
bind numpad7 turn_up
bind numpad1 turn_down
// Misc keys
bind enter toggle_chat
bind t toggle_chat
bind tab next_tab
bind f12 "quit"
// Window toggles
bind f1 "toggle console"
bind f2 "toggle skills"
bind f3 "toggle inventory"
// Some various toggles we want to enable
toggle keyboard_hints
// toggle stats
==little tips ==
ok heres my little top add
bind i "toggle inventory"
bind c "toggle skills"
</pre>
to autorun so you can use i for inventory etc much easier than using the f keys :)