grimble.json 1004 B

12345678910111213141516171819202122232425
  1. {
  2. "keybinding-rotation": "<Ctrl><Shift>r",
  3. "keybinding-resize": "<Super>r",
  4. "keybinding-move": "",
  5. "keybinding-close": "<Ctrl><Shift>k",
  6. "keybinding-search": "<Ctrl><Alt>b",
  7. "keybinding-open-settings": "<Ctrl><Super>g",
  8. "keybinding-maximize": "<Ctrl><Alt>k",
  9. "keybinding-move-left": "<Ctrl><Super><Shift>Left",
  10. "keybinding-move-right": "<Ctrl><Super><Shift>Right",
  11. "keybinding-move-top": "<Ctrl><Super><Shift>Up",
  12. "keybinding-move-bottom": "<Ctrl><Super><Shift>Down",
  13. "keybinding-resize-left": "",
  14. "keybinding-resize-right": "",
  15. "keybinding-resize-top": "",
  16. "keybinding-resize-bottom": "",
  17. "keybinding-next-monitor": "<Ctrl><Alt>m",
  18. "keybinding-next-workspace": "",
  19. "keybinding-previous-workspace": "",
  20. "keybinding-focus": "",
  21. "keybinding-focus-left": "<Ctrl><Super>Left",
  22. "keybinding-focus-right": "<Ctrl><Super>Right",
  23. "keybinding-focus-top": "<Ctrl><Super>Up",
  24. "keybinding-focus-bottom": "<Ctrl><Super>Down"
  25. }