vyach-vasiliev / Simple_Mouse_Gestures

Core on javascript to control the browser with mouse gestures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Simple Mouse Gestures αlpha

GitHub license Support me

Core on javascript to control the browser with mouse gestures.
Core name is Art Mouse Gestures.

How use

See app/sample_core_smg.html
Add <script src="js/core_smg.v1.4.dev.js"></script> and add <link rel="stylesheet" href="css/css_smg.css"> to your html code.

Recommendations for mouse gestures

This table is ready for editing! Start a discussion in new issue.

icon act route code access
navigation_forward right r js
navigation_backward left l js
↓↑ navigation_refresh down-up di js
  navigation_homepage_open - - extension
tab_scroll_up up u js
tab_scroll_down down d js
→ ↑ tab_scroll_start right-up ru js
→ ↓ tab_scroll_end right-down rd js
↑← tab_previous up-left ul extension
↑→ tab_next up-right ur extension
↓→↑ tab_open down-right-up dru js
↓→ tab_current_close down-right dr js
  tab_previous_tabs_close - - extension
  tab_next_tabs_close - - extension
  tab_another_tabs_close - - extension
↓← tab_restore_tab_closed down-left dl extension
  tab_switch_fullscreen - - extension
  tab_duplicate - - extension
  tab_pin - - extension
↓→↓ window_standard_open down-right-down drd extension
↓→← window_current_close down-right-left drl extension
  window_incognito_open - - extension
↓←→ window_restore_window_closed down-left-right dlr extension
  window_minimize - - extension
  window_window_switch_fullscreen - - extension

Localization

  • English
  • Russian
  • German
  • French

If you wish to help with the translation, then you can take as a basis the text in the core_smg.<version>.js file from the MAP_CONTROL_LOCALIZATION => en_US section. And push me or create new issue. Thank you for your interest! 😄


License

MIT License or see the LICENSE file

Resources for make logo: Flaticon Basic License
@madebyoliver @dave-gandy @freepik

Why you need a license?


Beer?

Support me or just write what you would like to add to the program.

I will always be happy with your feedback. Do not be shy, write to me!

About

Core on javascript to control the browser with mouse gestures.

License:MIT License


Languages

Language:JavaScript 92.4%Language:CSS 6.0%Language:HTML 1.6%