Review of command line focusing.
Posted by
dxli on
Mar 09, 2015; 6:05pm
URL: https://forum.librecad.org/Review-of-command-line-focusing-tp5711161.html
Please review my changes to handle focusing:
https://github.com/LibreCAD/LibreCAD/pull/503The goal:
1, all keyboard events by the drawing area will be filtered by command line;
2, Enter/Return/Escape would not be touched;
3, other keyboard events should make command line in focus, and keyboard events handled by the command line.
To Review and test: Need to make sure no application shortcut is filtered.