This commit is contained in:
Ray Elliott 2022-07-10 18:55:47 +01:00
parent 4a098c9d88
commit f30f6438e2
1 changed files with 9 additions and 9 deletions

View File

@ -7,18 +7,18 @@
section: screens
MachineOne:
MachineTwo:
mac-mini:
end
# section: links
# MachineOne:
# up = MachineTwo
#
# MachineTwo:
# down = MachineOne
# end
section: links
MachineOne:
down = mac-mini
mac-mini:
down = MachineOne
end
section: options
# keystroke(Super+a) = switchToScreen(MachineTwo)
keystroke(Super+a) = switchToScreen(MachineOne)
keystroke(Super+z) = toggleScreen
end