JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add key for toogling numlock handling
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 25 Nov 2012 08:23:02 +0000 (09:23 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 25 Nov 2012 08:23:02 +0000 (09:23 +0100)
commit172f65436ce14a52842d67b862fdc45f8ff3ada3
treec68972acb67be790fc29816359eb814e42bef2ab
parentb26df1d0d3f7791504150820e7c105b20c6b1c3b
Add key for toogling numlock handling

Keypad will generate keycodes when keypad application mode is enabled. It
can cause problems with some programs like vi, which operates in such
mode.

This patch change by default don't generate the keycodes never, but this
behaviour can be changed using the combination Alt + NumLock.
---
 config.def.h |   34 ++++++++++++++++++----------------
 st.c         |   17 +++++++++++++++--
 2 files changed, 33 insertions(+), 18 deletions(-)
config.def.h
st.c