Select Page
Poker Forum
Over 1,291,000 Posts!
Poker ForumPoker News, Reviews, Tools

Mark hands in HEM (AHK script)

Results 1 to 10 of 10
  1. #1

    Default Mark hands in HEM (AHK script)

    I haven't used this yet, but it seems useful to mark hands and review them later in HEM at the end of a sesh. Mark Hand, Great NEW AHK Script
  2. #2
    Doesn't the little check box in the tables HH's do the same thing. I've always clicked on an HEM hand history and then clicked the little box. Then when I want to review I just go to the hands column and click the show marked hands only. Does this do other things as well?
  3. #3
    kmind's Avatar
    Join Date
    Oct 2006
    Posts
    5,612
    Location
    Not Giving In
    Quote Originally Posted by jyms View Post
    Doesn't the little check box in the tables HH's do the same thing. I've always clicked on an HEM hand history and then clicked the little box. Then when I want to review I just go to the hands column and click the show marked hands only. Does this do other things as well?
    This. I clicked the link but it was just a brief description so I'm not sure what makes this better?
  4. #4
    Quote Originally Posted by kmind View Post
    This. I clicked the link but it was just a brief description so I'm not sure what makes this better?
    For one, you can mark a hand by using a hotkey of your choice, which means fewer mouse-clicks. I don't use the mark hand feature at all, so I'm guessing this was written before HEM made it easier to mark hands. That said you probably won't find this all that useful unless you play lots of tables, are lazy, or using a gamepad.
  5. #5
    pretty sure it marks the current hand. Whereas in HEM you have to wait a few seconds before the hand is over. Kindof a pain to go find that table if you have a bunch of tables stacked or tiled.
  6. #6
    Quote Originally Posted by dneureiter View Post
    pretty sure it marks the current hand. Whereas in HEM you have to wait a few seconds before the hand is over. Kindof a pain to go find that table if you have a bunch of tables stacked or tiled.
    Yes, you point this in the direction of the HH folders and it just harvests the CURRENT hand from your HH folder. It then runs an SQL query and finds the hands in your HEM database.

    If you stack 20 tables and have a slow PC, opening the mini-view and waiting for it to pop up and then mark the hand is a luxury I just don't have time for.

    I just found another link to it, that probably explains things better Script: Mark Current Hand - Gambling and Poker Software Forum

    The alternative is to use something like this AHK Script: HEM Shortcuts | SickRead.com. Uses the arrow keys to open the mini-viewer and M to mark. Again the issue is the mini-viewer has to open, using is both unnecessary and waste of computer resources.
  7. #7
    I'd like to use this script but I'm a complete AHK newb. I literally know nothing.

    Where can I go to get some basic info to get started? For example, the link above has some code for the script. wtf do I do with this code?
  8. #8
    Quote Originally Posted by kfaess View Post
    I'd like to use this script but I'm a complete AHK newb. I literally know nothing.

    Where can I go to get some basic info to get started? For example, the link above has some code for the script. wtf do I do with this code?
    AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText, download and install AutoHotKey. Copy the code from the link and paste it into an empty notepad window, save it as MarkHand.ahk. The extension is important, do not save it as a txt. Close notepad and double-click the file ftw. A green H should appear in the tray if everything is right.
  9. #9
    Cool, thanks Naka!

    One more question: There's not much description to go with that code. How do I know how to use the code? Do I have to know the AHK syntax and read it to understand what it does? In other words, what button do I press to mark a hand and what buttons do other things?
  10. #10
    Quote Originally Posted by kfaess View Post
    Cool, thanks Naka!

    One more question: There's not much description to go with that code. How do I know how to use the code? Do I have to know the AHK syntax and read it to understand what it does? In other words, what button do I press to mark a hand and what buttons do other things?
    Check out this thread Script: Mark Current Hand - Gambling and Poker Software Forum. More useful. The GUI saves changes to an .ini in the folder. This file remembers your settings (e.g. hotkey for marking hands) for the next time the program starts up. Hope that helps. You should need to understand zero AHK.

Posting Permissions

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