auto fold
Results 1 to 5 of 5

Thread: auto fold

  1. #1
    Junior Member
    Join Date
    Sep 2010
    Posts
    13

    Default auto fold

    I would like the advance fold control on both my right mouse button and a hotkey. Is there already a way to have the same action both places or should I start a suggestion poll?

    Hu

  2. #2
    Former TNPS Support Fool's Avatar
    Join Date
    Sep 2009
    Posts
    2,052

    Default

    I'm afraid this isn't currently possible. Feel free to make a suggestion thread. In the meantime a small .ahk should do the trick. Try adding this to a blank .ahk file before running:

    rbutton::^a
    F11::^a
    F12::rbutton

    Set the AA check/fold hotkey to "control+a" and change "F11" to whatever key you want to hit. The third line is so you can hit "F12" to send a right mouse button click to turn the .ahk off after your finished
    Last edited by Fool; 11-05-2010 at 05:40 PM.

  3. #3
    Junior Member
    Join Date
    Sep 2010
    Posts
    13

    Default Thanks!

    Quote Originally Posted by Fool View Post
    I'm afraid this isn't currently possible. Feel free to make a suggestion thread. In the meantime a small .ahk should do the trick. Try adding this to a blank .ahk file before running:

    rbutton::^a
    F11::^a
    F12::rbutton

    Set the AA check/fold hotkey to "control+a" and change "F11" to whatever key you want to hit. The third line is so you can hit "F12" to send a right mouse button click to turn the .ahk off after your finished


    I have never messed with .ahk files other than one that was all in place to auto extend time but I'm sure I can find an .ahk file to cut and paste into with a little digging and rename it.

    Thanks for the very quick response.

    Hu

  4. #4
    Former TNPS Support Fool's Avatar
    Join Date
    Sep 2009
    Posts
    2,052

    Default

    If you have .ahk installed on your PC you should be able to right click a blank spot on your desktop and select new AutoHotKey script to make a blank one. Then right click the file and select edit script to paste in that text.

  5. #5
    Junior Member
    Join Date
    Sep 2010
    Posts
    13

    Default Thanks Again

    Quote Originally Posted by Fool View Post
    If you have .ahk installed on your PC you should be able to right click a blank spot on your desktop and select new AutoHotKey script to make a blank one. Then right click the file and select edit script to paste in that text.
    Thanks Again!

    Hu

Similar Threads

  1. Replies: 5
    Last Post: 11-22-2011, 12:58 AM
  2. auto detect and auto archive problem
    By attiati in forum Manager General
    Replies: 5
    Last Post: 08-15-2010, 06:35 AM
  3. Is there a FOLD SB and a FOLD BB stat
    By SeRvE_VolleY in forum Manager General
    Replies: 1
    Last Post: 08-13-2010, 03:47 AM
  4. Difference: Flop vs Raise Fold % & Flop Fold vs Cbet
    By carlsb3rg in forum Manager General
    Replies: 5
    Last Post: 03-22-2010, 03:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •