StrongKey v1.00 released
Fred Graute (114) 645 posts |
StrongKey is a small application that displays information about key presses as provided by the DeepKeys module. It also allows you to lookup key information using the physical key name or low level / internal key code. The information it shows includes:
Part of StrongKey is the StrongKeys module that does most of the work. It translates textual keystroke definitions (eg cs-F1) to data that can be matched against what is returned in a key pressed event (with DeepKeys loaded). It also provides SWIs to do various key code conversions. The StrongKeys module is useful for applications that allow user-defined keystroke definitions in textual format such as used by StrongED and StrongMen (for which StrongKeys was originally created). StrongKey can be used to test keystroke definitions although that’s probably only of use to developers wanting to write a key pressed handler based on DeepKeys. StrongKey can be downloaded from here |
Michael Emerton (483) 136 posts |
It says it cannot find Toolbox.Tabs :) Any link to those? (Might also need to update it’s requirements on the website) Cheers! |
David Pitt (102) 743 posts |
Tabs 0.12 is available through PackMan, or directly for RPi3 users at http://www.riscpkg.org/arm/Tabs/Tabs_0.12 |