cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.07k stars 255 forks source link

Keyboard/Mouse Improvements (March 2018) #627

Open a-raccoon opened 6 years ago

a-raccoon commented 6 years ago
cjcliffe commented 6 years ago

@a-raccoon thanks for the suggestions.

a-raccoon commented 6 years ago

Numpad inputs would probably have to use case 'WXK_NUMPAD0': to case 'WXK_NUMPAD9': per reference wxpython at this code block, and handle the string-to-num conversion by grabbing the right-most string character.

https://github.com/cjcliffe/CubicSDR/blob/7fb66b69981a5b81734616982dfe44735e3813f5/src/AppFrame.cpp#L2766-L2778