Re: Replacing keystroke magic numbers with symbolic names

2019-12-14 Thread Nate Bargmann
I've made a pull request that replaces the magic numbers of the Control key combinations I could find with symbolic names. The PR can be reviewed at: https://github.com/Tlf/tlf/pull/147 Next I will start working on the Alt key combinations. 73, Nate -- "The optimist proclaims that we live

Replacing keystroke magic numbers with symbolic names

2019-12-06 Thread Nate Bargmann
At the suggestion of Zoli in a since abandoned pull request, I started on an effort to replace as many "magic numbers" with symbolic names as I can find. Just for feedback I've posted four patches to: https://gist.github.com/N0NB/c22054a0160b19dae5c88efd71b3d37e At this point I will likely