Back to Applications
sWinShortcuts icon

sWinShortcuts

Low-level Windows remapping & automation

Utility Windows C# / WPF Original
View on GitHub

Overview

sWinShortcuts is a lightweight background service for Windows that provides low-level keyboard and mouse remapping via per-application profiles. It targets power users who want deep control over their input devices without the overhead of heavy automation suites.

Whether you want macOS-style navigation on Windows, custom mouse chords, or quick application launchers, sWinShortcuts monitors your active window and applies your custom rules instantly. Built with C# and .NET 8, it uses high-performance low-level hooks for near-zero latency.

Key Features

Preview

sWinShortcuts Interface Preview

Visualizing the remapping logic and WPF management interface.

Technical Specifications

Framework .NET 8.0 Windows (WPF)
Hook Mechanisms WH_KEYBOARD_LL, WH_MOUSE_LL
Architecture Service-oriented (Microsoft.Extensions.Hosting)
UI Pattern MVVM (CommunityToolkit.Mvvm)
Storage INI per-profile files in %APPDATA%
Status Active Development