bd7f948159
Add option in config menu for disabling mouse input with scroll lock. Remove compile-time flag for event clobbering since this solves that problem for now.
56 lines
985 B
Mathematica
56 lines
985 B
Mathematica
$set 3 #Configmenu
|
|
|
|
$ #ConfigOptions
|
|
# Config Options
|
|
$ #FocusModel
|
|
# Focus Model
|
|
$ #WindowPlacement
|
|
# Window Placement
|
|
$ #ImageDithering
|
|
# Image Dithering
|
|
$ #OpaqueMove
|
|
# Opaque Window Moving
|
|
$ #FullMax
|
|
# Full Maximization
|
|
$ #FocusNew
|
|
# Focus New Windows
|
|
$ #FocusLast
|
|
# Focus Window on Workspace Change
|
|
$ #WindowToWindowSnap
|
|
# Window-To-Window Snapping
|
|
$ #WindowCornerSnap
|
|
# Window Corner Snapping
|
|
$ #DisableBindings
|
|
# Disable Mouse with Scroll Lock
|
|
$ #HideToolbar
|
|
# Hide Toolbar
|
|
$ #ClickToFocus
|
|
# Click to Focus
|
|
$ #SloppyFocus
|
|
# Sloppy Focus
|
|
$ #AutoRaise
|
|
# Auto Raise
|
|
$ #ClickRaise
|
|
# Click Raise
|
|
$ #SmartRows
|
|
# Smart Placement (Rows)
|
|
$ #SmartCols
|
|
# Smart Placement (Columns)
|
|
$ #Cascade
|
|
# Cascade Placement
|
|
$ #UnderMouse
|
|
# Under Mouse Placement
|
|
$ #ClickMouse
|
|
# Click Mouse Placement
|
|
$ #LeftRight
|
|
# Left to Right
|
|
$ #RightLeft
|
|
# Right to Left
|
|
$ #TopBottom
|
|
# Top to Bottom
|
|
$ #BottomTop
|
|
# Bottom to Top
|
|
$ #IgnoreShaded
|
|
# Ignore Shaded Windows
|
|
$ #IgnoreMax
|
|
# Ignore Full-Maximized Windows
|