//--------------------------------------------------------------------------- // TapTap.ini configuration file - remember to restart program after editing. //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- // // SYNTAX IS: // keymap [D][L][R][C][A][S][W][+]keyname1] : [C][A][S][W][+]keyname2 // // letter constants above are: // D = doubletap // L = left // R = right // C = control // A = alt // S = shift // W = windows // // keyname1 is from: // A-Z|0-9|F1-F12|numlock|scrolllock|insert|capslock|pause // (letters&numbers can only be used with W), others only with D) // // keyname2 is from: // A-Z|0-9|F1-F12 // //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- // double left control to F7 keymap DLC : F7 // double right control to Control+V keymap DRC : C+V // double right shift to F1 //keymap DRS : F1 // double right shift to Control+C keymap DRS : C+C // right winkey+F2 to Control+Alt+1 keymap RW+F2 : CA+1 //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- // OPTIONAL options (put // in front of them to disable) // beep on every hotkey pressed that *could* be remapped (for debugging) //option beep // set delay allowed between doubletaps in milliseconds (default is 350) option tapdelay 350 //---------------------------------------------------------------------------