← All projects

EXP 01

RawSensToggle

A Windows utility that adds hold-to-toggle sensitivity switching for Raw Accel.

JUL 2026GitHub
  • C#
  • .NET
  • WinForms
  • Windows API
  • Global Input Hooks

What it is

RawSensToggle is a lightweight Windows tray application that extends Raw Accel. It lets you temporarily switch mouse sensitivity while holding a configurable keyboard or mouse button, integrating directly with Raw Accel's profile system. Built in about 20 minutes.

How it works

A background global input hook watches for the configured hold button; while held, it swaps to an alternate sensitivity via automatic Raw Accel profile generation. A simple settings interface configures the sensitivity multipliers and the trigger control. (Tech: C#, .NET Framework 4.8, WinForms, Windows API, PowerShell, JSON.)