Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] avoiding keys translation, getting raw platform key events

Hi,

I'm trying to use swt for developing a simple file manager. The problem I'm facing is related to key handling. Currently I'm on Linux, using gtk swt version. If I try to act on some key events I get filtered and translated key bindings. For example: ctrl+j is translated to Enter key.
Is there some way to get the "raw" keys?

Thanks,
Matt

Back to the top