Ok; this is simple: I want to reproduce the behaviour of the numeric keypad of a phone for writing letters but on my RemoteWonder Remote (0-9 buttons).
For example:
- Pressing and re-pressing the "2" button will cycle through letters "A", "B" and "C". (EG would popup an OSD showing letter)
- When we stop cycling, the last shown letter is written. (In EG, something like OnAnyA-or-B-or-C_OSD.Close: Do Keyboard.EmulateLetter)
Yet, I succeeded to display the current letter in an OSD using python. With a LongPress, I could have cycle while pressing and write when button would be released but I don't have access to a ButtonReleased event.
Any idea/help anyone? I got a feeling it can be done... don't you?
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Tricky idea: help needed
Re: Tricky idea: help needed
There is a plugin for this called Multitap. You can set it up like a number/keypad on a phone as far as I remember.
-jinxdone
-jinxdone
Re: Tricky idea: help needed
Awesome! Thanx! 