Update key bindongs for friction.

This commit is contained in:
kalbl
2016-09-28 23:05:50 +02:00
parent 3028b1f317
commit 19842ac05d

View File

@@ -27,9 +27,9 @@ helper.setCommonKeys = function()
openspace.bindKey("COMMA", "openspace.setRenderer('Framebuffer');")
openspace.bindKey("PERIOD", "openspace.setRenderer('ABuffer');")
openspace.bindKey("f", helper.property.invert('Interaction.rotationalFriction'))
openspace.bindKey("Shift+f", helper.property.invert('Interaction.zoomFriction'))
openspace.bindKey("f", helper.property.invert('Interaction.horizontalFriction'))
openspace.bindKey("Shift+f", helper.property.invert('Interaction.verticalFriction'))
openspace.bindKey("Ctrl+f", helper.property.invert('Interaction.rotationalFriction'))
openspace.bindKey("w", "openspace.toggleFade(3)")
end