Message 1 of 4
Detet keyboard input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to detect text input from the keyboard? I don't see any revit specific commands related to getting keyboard input, so I'm hoping this is possible with general Windows C# routines.
The problem is, most general Windows examples showing key press events assume there is a form being displayed, and the code examples are tied to the form. I don't want to add a form, I just want to detect key presses from within the revit window so I can expand on the Keyboard Shortcuts Revit includes.
Thanks,
Steve