initial commit

This commit is contained in:
Ray Elliott 2021-01-22 11:13:22 +00:00
parent 55a456330f
commit 4a098c9d88
1 changed files with 9 additions and 9 deletions

View File

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