BizzKeryear

hotkeys

Jul 2nd, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. data:extend({
  2.   {
  3.     type = "custom-input",
  4.     name = "sneak_modifier",
  5.     key_sequence = "LSHIFT",
  6.     consuming = "script-only"
  7.   },
  8.   {
  9.     type = "custom-input",
  10.     name = "crawl_modifier",
  11.     key_sequence = "LCTRL",
  12.     consuming = "script-only"
  13.   }
  14. })
Advertisement
Add Comment
Please, Sign In to add comment