[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
|
- From: Mateusz FioÅka <mateusz.fiolka@xxxxxxxxx>
- Date: Tue, 13 Oct 2009 22:40:27 +0200
- Delivered-to: platform-swt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=XETzWINpHeAyYyS9OCPxnGjy1opZokU9lAfU2+ykBEU=; b=qcLrL25uC92xEFPR8odszrU5Oj72w1lc94pG0HByIRDoy2mD8UIx9CAphDYSSxMkZO Xew/net0AvJyVWCqoH2AzJz3gRYXI61PiQHUkXDyBfszmPsFGnLdFoo+hioYNNLhjD4K /StTWQo08DM9tKgu3j0kj1kYyA1/ZDXDd7gGI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Q6v3v4ZrY4ZafupcGBzkbiQz/26CBHoFeG6xKsVYWJzPICmTRHYhRA/SRU2u0OCUju HUoiSPcCqkrS5jbUrcYUu2d9z2TMJp7dS6GoEy4BD/njpOXovfIsxA7DlXeK2b+NXFCQ 9HqJaZVYTdth0zfVXj0YIFGfgw8gX/Lvu+UUU=
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