Bug 87232 - [KeyBindings] Allow to assign mouse gestures to commands
Summary: [KeyBindings] Allow to assign mouse gestures to commands
Status: RESOLVED DUPLICATE of bug 47099
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Douglas Pollock CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 84776
  Show dependency tree
 
Reported: 2005-03-06 00:30 EST by Eugene Kuleshov CLA
Modified: 2011-12-20 02:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Kuleshov CLA 2005-03-06 00:30:21 EST
Keys preference allow to assign custom key sequences to registered commands. 

Some of the UI actions, especially navigation trough editors history,
perspectives, closing editors, etc can be more efficient if Eclipse UI would
allow to use mouse gestures. 

I have implemented a prototype of SWT mouse event listener that can detect mouse
gestures. However practical use of that prototype is limited without support
from platform core. Idealy "Keys" configuration dialog should allow to assign
gestures and gesture detection listener should be registered at the beginning of
the event chain.
Comment 1 Kim Horne CLA 2005-03-06 06:56:59 EST
There should already be a partial implementaiton of gestures in workbench already...
Comment 2 Eugene Kuleshov CLA 2005-03-06 09:37:24 EST
Do you have any idea where to look for this? I can also attach my implementation
Comment 3 Douglas Pollock CLA 2005-03-06 10:55:35 EST
Please mention that you would like gesture support on Bug 47099.

*** This bug has been marked as a duplicate of 47099 ***