Re: [wxhaskell-users] Using modifier keys with character keys.

2010-09-13 Thread Tom Ostojich
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'

Re: [wxhaskell-users] Using modifier keys with character keys.

2010-09-12 Thread Henk-Jan van Tuyl
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

Re: [wxhaskell-users] Using modifier keys with character keys.

2010-09-12 Thread Henk-Jan van Tuyl
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

[wxhaskell-users] Using modifier keys with character keys.

2010-09-12 Thread Tom Ostojich
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