Skip to content

Instantly share code, notes, and snippets.

@omzeton
omzeton / fn-to-alt.ahk
Created December 27, 2023 15:56
Dell Shortcuts
; Alt + ← = Home
!Left::Home
; Alt + → = End
!Right::End
; Alt + Shift + ← = Select with Home
!+Left::Send "{ShiftDown}{Home}{ShiftUp}"
; Alt + Shift + → = Select with End
!+Right::Send "{ShiftDown}{End}{ShiftUp}"
const defaultSettings = {
range: { min: 1, max: 50000 },
fov: 20,
snapping: [
{ theta: 0.52, phi: 1.4, x: 0, },
{ theta: -0.52, phi: 1.4, x: 0, },
{ theta: 0, phi: 1.4, x: 0, },
],
geometryMargins: { left: 50, right: 0, top: 0, bottom: 50, front: 0, back: 0, },
screenMargins: { left: 0, right: 0, top: 0, bottom: 0, },