Easily Enable/Disable the Clipboard with this AutoHotkey V2 script

Simple AutoHotkey V2 Script to Toggle Clipboard Access

This lightweight AutoHotkey script provides a convenient way to temporarily disable and enable your Windows clipboard functionality with simple keyboard shortcuts. Perfect for scenarios where you need to prevent clipboard access for security or workflow purposes.

Key Features:

  • Disable clipboard with Ctrl+T
  • Re-enable clipboard with Ctrl+Shift+T
  • Compatible with AutoHotkey v2.0 and newer
  • Single instance operation ensures reliable performance
  • Minimal system resource usage

Comments are closed.