Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Você pode visualizar os arquivos e realizar clone, mas não poderá realizar push nem abrir issues e pull requests.

34 linhas
526B

  1. section: screens
  2. rana:
  3. tilixi:
  4. lixy:
  5. viny:
  6. end
  7. section: aliases
  8. end
  9. section: links
  10. rana:
  11. right = tilixi
  12. down = lixy
  13. tilixi:
  14. left = rana
  15. down = viny
  16. lixy:
  17. right = viny
  18. up = rana
  19. viny:
  20. left = lixy
  21. up = tilixi
  22. end
  23. section: options
  24. screenSaverSync = true
  25. clipboardSharing = true
  26. keystroke(Alt+Control+Right) = switchInDirection(right)
  27. keystroke(Control+Alt+Left) = switchInDirection(left)
  28. keystroke(Alt+Control+Up) = switchInDirection(up)
  29. keystroke(Control+Alt+Down) = switchInDirection(down)
  30. end