This commit is contained in:
Ray Elliott 2024-04-19 18:44:32 +01:00
parent ddb805e401
commit f6dd5eb1eb
1 changed files with 8 additions and 9 deletions

View File

@ -11,21 +11,20 @@ section: screens
MACHINEI: MACHINEI:
end end
section: links # section: links
MachineOne: # MachineOne:
left = MACHINEI # left = MACHINEI
right = MACHINEI # right = MACHINEI
# down = mac-mini # down = mac-mini
MachineI: # MachineI:
right = MachineOne # right = MachineOne
left = MachineOne # left = MachineOne
# mac-mini: # mac-mini:
# down = MachineOne # down = MachineOne
end # end
section: options section: options
keystroke(Super+a) = switchToScreen(MachineOne)
keystroke(Super+z) = toggleScreen keystroke(Super+z) = toggleScreen
end end