If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Keyboard output
3 posts
• Page 1 of 1
Keyboard output
Is it possible to use keyboard as output device?
example:
Midi in ---> translate midi values to key --> keyboard output to different program.
example:
Midi in ---> translate midi values to key --> keyboard output to different program.
- IsoJari
- Posts: 2
- Joined: Wed Dec 12, 2012 9:07 am
Re: Keyboard output
Specify your question.
You can re-assign keyboard keys (to different functions) using some sort of procedure, but this will work within the FS app only. Or I misunderstood the question?
You can re-assign keyboard keys (to different functions) using some sort of procedure, but this will work within the FS app only. Or I misunderstood the question?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: Keyboard output
Hi IsoJari, welcome to the forum.
There's no simple primitive or module to do what you ask at the moment, but the new Ruby language in FS is able to make calls to external dll's. So, in principle, you could make calls to the Windows win32api.dll to find the controls on the application window and send keypresses to it.
I've used a quite similar procedure in the 'AutoHotKeys' scripting language in the past - it can be a little long-winded, but it means you can target a very specific control in a single window (or even 'child' window), and won't accidentally trigger shortcut keys in other app's because of having the wrong window in focus.
I haven't tried anything like this in FS, and like most people here, it's still early days with Ruby - but a quick search of programming sites like 'StockOverflow' found some examples of the functions you'd need to access. I couldn't find any Ruby specific code, but the principle will be very similar to the ones in this example that the developers posted.
It is a very good idea though - I can imagine a few users having a use for that, so maybe it's the kind of little project that one of the Ruby wizards here might like to have a go at.
There's no simple primitive or module to do what you ask at the moment, but the new Ruby language in FS is able to make calls to external dll's. So, in principle, you could make calls to the Windows win32api.dll to find the controls on the application window and send keypresses to it.
I've used a quite similar procedure in the 'AutoHotKeys' scripting language in the past - it can be a little long-winded, but it means you can target a very specific control in a single window (or even 'child' window), and won't accidentally trigger shortcut keys in other app's because of having the wrong window in focus.
I haven't tried anything like this in FS, and like most people here, it's still early days with Ruby - but a quick search of programming sites like 'StockOverflow' found some examples of the functions you'd need to access. I couldn't find any Ruby specific code, but the principle will be very similar to the ones in this example that the developers posted.
It is a very good idea though - I can imagine a few users having a use for that, so maybe it's the kind of little project that one of the Ruby wizards here might like to have a go at.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 61 guests