Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the mouse context menu configurable #67

Closed
GoogleCodeExporter opened this issue Aug 28, 2015 · 4 comments
Closed

Make the mouse context menu configurable #67

GoogleCodeExporter opened this issue Aug 28, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

The right-click context menu should be able to be both disabled and configured.

One way of doing this would be to add a section in the settings file  
specifically devoted to what is available in the right click menu.  It could 
look like this:

    "context_menu": {
        "enabled": "true",
        "show_print": "true",
        "show_back": "true",
        "show_forward": "true",
        "show_save_as": "false",
        "show_copy_link_address": "false",
        "show_copy": "true",
        "show_cut": "true",
        "show_paste": "true",
        "show_inspect_element": "false",
        "show_view_source": "false"
    }

Some of these features might be best to leave out (such as copy and paste) but 
were included in this list to be complete.  

It would be nice if it would only show the context menu if there was an action 
to take that was enabled in the settings.  For example, if you right click on 
the page, there would be no context menu, but if you highlight text and right 
click it, a context menu would still appear with copy, cut, and paste.

Original issue reported on code.google.com by [email protected] on 24 Jan 2014 at 12:15

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Done in revision c532a76a120f.

See the new mouse context menu settings on the ChromeSettings wiki page.

Chrome 31.5 released.

Original comment by [email protected] on 26 Jan 2014 at 1:08

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/phpdesktop/issues/67

Original comment by [email protected] on 24 Aug 2015 at 3:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant