Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.3 KB

File metadata and controls

57 lines (37 loc) · 2.3 KB

logo64

GitHub license Actions Platform

SecondaryClick

Bring macOS “Secondary Click” gesture to Windows.

SecondaryClick lets you perform right-click actions from touchpad gestures and optional keyboard modifiers.

Features

  • Secondary click support for touchpads
  • Two-finger tap
  • Bottom-right click zone
  • Optional keyboard modifier triggers (Alt, Control, Shift)
  • Lightweight system tray app

Requirements

  • Windows with a touchpad
  • .NET Framework 4.8 runtime
  • Precision touchpad is recommended for full touchpad options

Install

Download the latest build from Releases.

Usage

After launch, SecondaryClick runs in the system tray.

  • Right-click the tray icon to open settings
  • Enable or disable touchpad gestures:
    • Two-finger tap
    • Bottom-right click
  • Enable keyboard-assisted triggers:
    • Off
    • Alt Key
    • Control Key
    • Shift Key
  • Optional: enable Start with Windows from tray menu
  • Optional: hide tray icon from tray menu (Hide tray icon)

If tray icon is hidden, run RestoreTrayIcon.bat from the app output folder to restore it.

Settings are saved per user and restored automatically on next launch.

License

GPL v3

SecondaryClick is free and open source software under GPL-3.0.

SecondaryClick.MouseKeyHook is based on MouseKeyHook and distributed under MIT.

SecondaryClick.WindowsInput is based on InputSimulator and distributed under MIT.