PDA

View Full Version : iPoker Notes Focus Steal



Irisheyes
05-04-2010, 05:56 AM
I'm sure someone has brought this up before but I can't find it with the search.

When playing on iPoker the tables constantly steal the focus away from the HM notes box when I'm trying to write a note on a player. It seems to be a HM only problem because I can type in a browser or other program with no issues.

Any way to fix this?

Thanks.

netsrak
05-04-2010, 06:29 AM
I think there is an AHK script around to solve this. I'll forward this to Fozzy i think he knows better.

fozzy71
05-04-2010, 09:43 AM
Try using keyboardredirect.ahk. It will maintain keyboard focus on whatever window your mouse cursor is over. If you click and start typing in a chat/note window, no other windows can steal focus.

KeyboardRedirect - overcards.com: The Poker Wiki (http://overcards.com/wiki/moin.cgi/KeyboardRedirect)

Cherufe
09-02-2011, 05:33 PM
The link is not working any more. Any new info?

fozzy71
09-02-2011, 08:45 PM
The link is not working any more. Any new info?



#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
#SingleInstance, Force
SetBatchLines, -1
Critical, On

$*,::
$*-::
$*.::
$*/::
$*0::
$*1::
$*2::
$*3::
$*4::
$*5::
$*6::
$*7::
$*8::
$*9::
$*;::
$*=::
$*[::
$*\::
$*]::
$*`::
$*a::
$*b::
$*c::
$*d::
$*e::
$*f::
$*g::
$*h::
$*i::
$*j::
$*k::
$*l::
$*m::
$*n::
$*o::
$*p::
$*q::
$*r::
$*s::
$*t::
$*u::
$*v::
$*w::
$*x::
$*y::
$*z::
$*Space::
$*Tab::
$*Enter::
$*Escape::
$*Backspace::
$*Delete::
$*Home::
$*End::
$*Up::
$*Down::
$*Left::
$*Right::


StringTrimLeft, ks_key, A_ThisHotkey, 2
process_key(ks_key)
return

process_key(ks_key)
{

ks_key_to_send = %ks_key%

; sending a special key? if so, wrap in brackets
ks_length := StrLen(ks_key)

if (ks_length > 1)
{
ks_key_to_send = {%ks_key%}
}

MouseGetPos, , , id
id2 := WinExist("A")
if (id != id2)
{
WinActivate, ahk_id%id%
}
Send, {blind}%ks_key_to_send%

}


~^!q::
ExitApp
return

Cherufe
09-03-2011, 03:24 AM
It works great! Thank you :)

justmf
10-26-2012, 09:12 AM
have the same problem, and i'm too bad in coding\programming, what should i do with that text file?

fozzy71
10-26-2012, 10:46 PM
have the same problem, and i'm too bad in coding\programming, what should i do with that text file?

Download and Install Autohotkey - AutoHotkey (http://www.autohotkey.com/)

Then download (right-click > save link as...) and run this file - http://dl.dropbox.com/u/11623474/Keyboard_Redirect-v0.01.ahk

You should see a green 'H' square icon in your tray to indicate it is running.


If you have any problems downloading the .ahk file:

Download this zip file - https://dl.dropbox.com/u/11623474/Keyboard_Redirect-v0.01.ahk.zip

Unzip the file to a new folder: Right-Click > Extract All

Double-Click the extracted .ahk file

justmf
10-27-2012, 05:21 AM
Download and Install Autohotkey - AutoHotkey (http://www.autohotkey.com/)

Then download (right-click > save link as...) and run this file - http://dl.dropbox.com/u/11623474/Keyboard_Redirect-v0.01.ahk

You should see a green 'H' square icon in your tray to indicate it is running.


If you have any problems downloading the .ahk file:

Download this zip file - https://dl.dropbox.com/u/11623474/Keyboard_Redirect-v0.01.ahk.zip

Unzip the file to a new folder: Right-Click > Extract All

Double-Click the extracted .ahk file


Works but really badly, it's really hard to write a note anywys.

fozzy71
10-27-2012, 10:51 PM
Works but really badly, it's really hard to write a note anywys.

Please reproduce the problem and attach a short video Jing, screenshot and screencast software from TechSmith (http://www.techsmith.com/jing.html)

If the video is too big for email you can share it via screencast with jing and send us a link to watch it.

Please email the video, with a link to this thread and your forum name, to support@holdemmanager.com and we can have our ipoker testers look into the problem to see if there is a workaround. I can't play at ipoker so I can't really assist very much.