Hi Henk-Jan,
Thanks for the snippet of code you submitted; it did the main part right,
which was identifying whether or not a modifier and a key was pressed.
However, and I'm not sure what the source of this problem is, whenever I
use the constructor (KeyChar c), where c is a character, I don'
On Sun, 12 Sep 2010 06:11:09 +0200, Tom Ostojich
wrote:
> Hey all,
>
> Excuse me if I'm missing something obvious, since I'm new to both Haskell
> programming and even newer yet to GUI programming, but I'm not sure on
> how
> to resolve this issue.
>
> Basically, I know that you can use the c
On Sun, 12 Sep 2010 06:11:09 +0200, Tom Ostojich
wrote:
> Hey all,
>
> Excuse me if I'm missing something obvious, since I'm new to both Haskell
> programming and even newer yet to GUI programming, but I'm not sure on
> how
> to resolve this issue.
>
> Basically, I know that you can use the c
Hey all,
Excuse me if I'm missing something obvious, since I'm new to both Haskell
programming and even newer yet to GUI programming, but I'm not sure on how
to resolve this issue.
Basically, I know that you can use the charKey function to determine whether
or not a character key is pressed, but