Shift Duplicators

Shift Duplicator
You can add SHIFT functionality to the Print Screen button by downloading the Shift Duplicator. When activated, the program can be toggled on and off by pressing Shift+Tab. Toggle the program off to give the PrtSc button its original functionality.

Close the program by right clicking on the icon in the lower right-hand corner of your toolbar and selecting Exit.

To add this functionality to your AutoHotkey Script, just copy and paste the following:

       +Tab::Suspend
       return

       PrintScreen::Shift

Shift+Click Duplicator
AlphaGrip user Doug Sims created a "Shift+Click" Duplicator script with AutoHotkey. Doug's script generates a Shift+Left Click or Shift+Right Click by replacing the Shift with the Tab button. Toggle the program on and off with the Print Screen button to give the Tab button its original functionality. You can download an executable version of Doug's script here.

To add Doug's Shift Duplicator to your AutoHotkey Script, just copy and paste the following:

       Tab & LButton::Send {Shift Down}{LButton}{Shift Up}
       Tab & RButton::Send {Shift Down}{RButton}{Shift Up}
       *Tab::Send {Tab} ;This is so that Tab still works normally.

       PrintScreen::Suspend
       return

[HOME] [Gaming Keyboard] [Typing] [Why] [Features] [White Paper] [Focus Group] [Quick Start] [News] [Get A Grip] [PR] [FAQ] [User Manual] [Site Map] [Contact]

         © Copyright 2000 - 2008 AlphaGrip, Inc. (TM) All rights reserved.