| Author |
Message |
Topic: Other HID Info. Find RF remote and other device info. |
automaticman
Replies: 9
Views: 1557
|
Forum: Scripts & Functions Posted: Sun Feb 05, 2012 11:01 am Subject: Other HID Info. Find RF remote and other device info. |
| Did not find any better argument, haha? |
Topic: Other HID Info. Find RF remote and other device info. |
automaticman
Replies: 9
Views: 1557
|
Forum: Scripts & Functions Posted: Sat Feb 04, 2012 11:24 pm Subject: Other HID Info. Find RF remote and other device info. |
| Because keyboards and mice can be used with commands from the manual...Well, not if you want to use 6 different keyboards connected to the same laptop, at the same time. Making too many assumptions i ... |
Topic: Other HID Info. Find RF remote and other device info. |
automaticman
Replies: 9
Views: 1557
|
Forum: Scripts & Functions Posted: Sat Feb 04, 2012 10:20 pm Subject: Other HID Info. Find RF remote and other device info. |
| No, why did you exclude normal pc keyboards and mice here? |
Topic: Other HID Info. Find RF remote and other device info. |
automaticman
Replies: 9
Views: 1557
|
Forum: Scripts & Functions Posted: Sat Feb 04, 2012 11:15 am Subject: Other HID Info. Find RF remote and other device info. |
| Why limiting only to other hid? I would like to test this with keyboards. |
Topic: AHKHID - An AHK implementation of the HID functions |
automaticman
Replies: 386
Views: 83235
|
Forum: Scripts & Functions Posted: Sat Feb 04, 2012 9:36 am Subject: AHKHID - An AHK implementation of the HID functions |
| Here it does not work. |
Topic: AHKHID - An AHK implementation of the HID functions |
automaticman
Replies: 386
Views: 83235
|
Forum: Scripts & Functions Posted: Wed Feb 01, 2012 4:40 pm Subject: AHKHID - An AHK implementation of the HID functions |
| Does Example2 also work in Windows XP? |
Topic: HID/Extended input devices (MS Natural Keyboard 4000 etc.) |
automaticman
Replies: 27
Views: 10835
|
Forum: Scripts & Functions Posted: Wed Feb 01, 2012 4:14 pm Subject: HID/Extended input devices (MS Natural Keyboard 4000 etc.) |
How can we find out those strings for the various labels?
Zoom down
012E020000010000: |
Topic: How to use 6 different keyboards with same laptop |
automaticman
Replies: 3
Views: 67
|
Forum: Ask for Help Posted: Wed Feb 01, 2012 3:27 pm Subject: How to use 6 different keyboards with same laptop |
For the 6 player case I would just write into 6 variables, after each SPACE, do a check if the trigram is correct, update the players score, plus the horse horizontal position ... So all variables ... |
Topic: How to use 6 different keyboards with same laptop |
automaticman
Replies: 3
Views: 67
|
Forum: Ask for Help Posted: Wed Feb 01, 2012 2:09 pm Subject: How to use 6 different keyboards with same laptop |
Following scenario: You want to use 6 different keyboards with same laptop. The keyboards are as follows:
keyboard0: original QWERTY of laptop
keyboard1: attached ps2 keyboard via usb connecto ... |
Topic: chesstitans |
automaticman
Replies: 40
Views: 1030
|
Forum: Ask for Help Posted: Sun Jan 29, 2012 5:24 am Subject: chesstitans |
the idea was to observe any chess software (including chess titans) to send moves and receive moves (via audio)
if anyone has ideas how this can be done, i'm still interested!So this problem is a ... |
Topic: chesstitans |
automaticman
Replies: 40
Views: 1030
|
Forum: Ask for Help Posted: Sun Jan 29, 2012 4:43 am Subject: chesstitans |
| Why do not you use a chess software with PGN output? |
Topic: Art of Game Ranking GUI creation |
automaticman
Replies: 0
Views: 51
|
Forum: Ask for Help Posted: Sun Jan 29, 2012 4:05 am Subject: Art of Game Ranking GUI creation |
Imagine you have as a result of a tournament a text file with following content:
Championship - Players
Ranking after Round 7 - 1/28/2012 - Normal ranking.
Pos Name Gms W D ... |
Topic: How to equal f1&f2:: and f2&f1:: |
automaticman
Replies: 8
Views: 144
|
Forum: Ask for Help Posted: Sun Jan 29, 2012 3:21 am Subject: How to equal f1&f2:: and f2&f1:: |
| Thanks, I will have play with it so: the L.O. nibble will sit on f9..f12, the lsb being f12. Continuing with second H.O. nibble at f1..f4, where bit position 4 will be f4, up to bit position 7 at f1 ... |
Topic: How to equal f1&f2:: and f2&f1:: |
automaticman
Replies: 8
Views: 144
|
Forum: Ask for Help Posted: Sun Jan 29, 2012 1:18 am Subject: How to equal f1&f2:: and f2&f1:: |
For the 4 key-case this would be the way to go I suppose:
f1 & f2::
f2 & f1::
f1 & f3::
f3 & f1::
f2 & f3::
f3 & f2::
... |
Topic: How to equal f1&f2:: and f2&f1:: |
automaticman
Replies: 8
Views: 144
|
Forum: Ask for Help Posted: Sat Jan 28, 2012 9:35 am Subject: How to equal f1&f2:: and f2&f1:: |
| Ok, thanks VxE. |
| |