I have set up my WMC remote to input text into my browser and it works perfectly except I cannot figure out how to get my "0" key to enter a space. The only macro options for multitap are "Key, Enter, Caps Lock, Backspace, Left, Right". I tried using "key" just like I did with all of the letters but that didnt work so Im stumped. Its either a really simple thing im overlooking or a bug lol. So any help would be appreciated.
Using
EventGhost 0.3.7.r1262
Windows Home Premium Service Pack 2
WMC Remote
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.
Inserting a space with multitap
Re: Inserting a space with multitap
Looks like it is a feature (or a bug) in the Multitap plugin. The whitespace characters get stripped around line 218 of the EventGhost/plugins/Multitap/__init__.py file with "self.listKeys[0] = ctrlKeys_1.GetValue().strip()". The space character should work if you put it in the middle of the keys, like for example use keys "a b". I'm not sure if this is intentional or not, but it seems to me like it should be changed.
You should report it to the author of the Multitap plugin here.
-jinxdone
You should report it to the author of the Multitap plugin here.
-jinxdone
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: Inserting a space with multitap
My answer is here.
Pako
Pako
Re: Inserting a space with multitap
Heh, sorry Pako, I had not read completely through the Multitap thread.
But let's continue the discussion there rather than here.
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: Inserting a space with multitap
There is no need to apologize, nothing happened!jinxdone wrote:Heh, sorry Pako, I had not read completely through the Multitap thread.![]()
Pako