On Sun, May 14, 2017 at 6:02 PM, anatoly techtonik wrote:
> On Fri, May 12, 2017 at 7:54 AM, Nigel Tao wrote:
>> On Fri, May 12, 2017 at 3:11 AM, anatoly techtonik
>> wrote:
>>> I am new to Go and I need a cross-platform value for keyboard key codes to
>>> make sure I can react to user key pres
On Fri, May 12, 2017 at 7:54 AM, Nigel Tao wrote:
> On Fri, May 12, 2017 at 3:11 AM, anatoly techtonik
> wrote:
>> I am new to Go and I need a cross-platform value for keyboard key codes to
>> make sure I can react to user key presses regardless of operating system
>> layer.
>
> FYI, there's alr
On Fri, May 12, 2017 at 3:11 AM, anatoly techtonik wrote:
> I am new to Go and I need a cross-platform value for keyboard key codes to
> make sure I can react to user key presses regardless of operating system
> layer.
FYI, there's already the key.Code type defined in
https://github.com/golang/mo
I am new to Go and I need a cross-platform value for keyboard key codes to
make sure I can react to user key presses regardless of operating system
layer.
Thanks to the feedback from other projects,
namely https://github.com/eiannone/keyboard
and https://github.com/depp/keycode I was able to c