;Shortcut to EDEngineer (Ctrl+F10) mapped to XBox Controller Button (back)
key.Ctrl + key.F10 = XInput.Back
if (window.Title = "EDEngineer") then
;Speed of mousewheel larger means slower
var.mw = 2
;Deadzonefor the sticks
var.dz = 0.1
mouse.LeftButton = xinput.A
;50 is the mouse dampening value, larger means slower
mouse.x = mouse.x + (DeadZone(xinput.Joy1X,var.dz)/50)
mouse.y = mouse.y - (DeadZone(xinput.Joy1Y,var.dz)/50)
var.s = var.s + DeadZone(xinput.Joy2Y,var.dz)
if var.s > var.mw then
mouse.WheelUp = true
mouse.WheelUp = false
var.s = var.s - var.mw
endif
if var.s < -var.mw then
mouse.WheelDown = true
mouse.WheelDown = false
var.s = var.s + var.mw
endif
endif
is there a way to change the colors for the app?
also is there a way to control font size?
thanks in advance
great app
that thankfully doesnt ask for my login data.
now, just a few moment ago, the app auto-updated itself when i launched it, and suddenly windows defender marked it as unsafe - for the first time
what happened?
No, not at the moment. I reduced the font size of materials in the last patch though!
Thanks but i actually wanted to increase them
can you add this to the roadmap (both size and color control) ?
reason at least for me is using high res display its harder on the eyes...
thanks in advance
Can you try saving this file (CTRL+S) and double clicking on it once it's downloaded?
that's already the case; is that the only thing that is not persisted for you? for example your shopping list or your active filters, are they persisted between sessions or do they also reset?
And it´s running as Administrator.
Filters are persistant. And it´s running as Administrator.