Advertisement
Guest User

Untitled

a guest
Apr 28th, 2019
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. shortcutbindings = {
  2. close_window = "ESCAPE"
  3. previous_window = "BACKSPACE"
  4. confirm = "RETURN,c"
  5. pause = "SPACE"
  6. pausebrk = "PAUSE"
  7. editor_toggle = "l"
  8. increase_speed = "=,KP_PLUS"
  9. decrease_speed = "-,KP_MINUS"
  10. find_province = "f"
  11. go_to_capital = "home"
  12. top_bar_1 = "F1"
  13. top_bar_2 = "F2"
  14. top_bar_3 = "F3"
  15. top_bar_4 = "F4"
  16. top_bar_5 = "F5"
  17. top_bar_6 = "F6"
  18. top_bar_7 = "F7"
  19. top_bar_8 = "F8"
  20. top_bar_9 = "F9"
  21. top_bar_10 = "F10"
  22. top_bar_11 = "F11"
  23. outliner = "tab"
  24. map_mode_1 = "w" #Terrain
  25. map_mode_2 = "q" #Simple Terrain
  26. map_mode_3 = "shift+w" #Political
  27. map_mode_4 = "y" #Culture
  28. map_mode_5 = "u" #Religion
  29. map_mode_6 = "shift+q" #Provinces
  30. map_mode_7 = "shift+t" #Trade Goods
  31. map_mode_8 = "p" #Population
  32. map_mode_9 = "e" #Diplomacy
  33. map_mode_10 = "alt+w" #Barbarian Power
  34. map_mode_11 = "t" #Trade Route
  35. map_mode_12 = "ctrl+p" #Player
  36. map_mode_13 = "i" #Fortifications
  37. map_mode_14 = "ctrl+q" #Region
  38. map_mode_15 = "r" #Supply
  39. map_mode_16 = "o" #Civilization
  40. map_mode_17 = "shift+e" #Opinion
  41. map_mode_18 = "ctrl+e" #Unrest and Loyalty
  42. #EU4 unit shortcuts where possible, but WASD camera screws that up:
  43. consolidate = "k"
  44. detach_siege = "d"
  45. split_half = "s"
  46. reorg_units = "b"
  47. force_march = "m"
  48. merge_units = "g"
  49. go_back = "ESCAPE" #TODO: see if this works with close_window, it would be far better to have a universal button
  50. find_title_shortcut = "z"
  51. screenshot = "F12"
  52. camera_up = "UP"
  53. camera_down = "DOWN"
  54. camera_right = "RIGHT"
  55. camera_left = "LEFT"
  56. delete = "DEL"
  57. go_to_button = "x"
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement