Ventus icon indicating copy to clipboard operation
Ventus copied to clipboard

Optional expose on right click

Open Dravenshorst opened this issue 6 years ago • 4 comments

Adds the option to disable/enable expose on right click.

Dravenshorst avatar Jun 15 '18 13:06 Dravenshorst

@rlamana I have fixed your concerns. You can now specify the exposeListeners like:

var wm = new Ventus.WindowManager({
  showExposeOn: 'a|enter|space|rightclick'
});

Available listeners are a,enter,space,rightclick, but you can also disable it by setting showExposeOn: 'none'.

If you don't specify anything it will use the default rightclick.

Can you look at it again. Thanks

Dravenshorst avatar Jun 18 '18 08:06 Dravenshorst

@rlamana I have fixed your concerns, can you have look at it again?

Dravenshorst avatar Jun 20 '18 09:06 Dravenshorst

Please resolve the conflicts.

These problems with the dist files should be solved once the branch v0.3.0 is merged. This is a branch where I have been working on a migration to webpack and upgraded a little this old code.

rlamana avatar Jun 22 '18 16:06 rlamana

@Dravenshorst, please solve the conflicts. Appreciate if this PR gets merged.

danimesq avatar Feb 23 '21 21:02 danimesq