Search found 1 match

by Roel
07 Apr 2018, 20:53
Forum: General
Topic: Mapp Numpad key to act as "Shift" key
Replies: 7
Views: 7822

Re: Mapp Numpad key to act as "Shift" key

Hello again! I am now noticing that commenting out the if (direction == 1) then return end -- ignore keydown bit, causes "Copy", "Backspace", and other such commands that I have mapped to happen twice: once on keydown, and once on keyup. Should I maybe group my commands by direction? As in, first h...