-
Notifications
You must be signed in to change notification settings - Fork 54
How can I remove some labels on the right click popup menu? #281
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
Comments
https://github.com/ragardner/tksheet/wiki/Version-7#disable-table-functionality-and-bindings uses the same arguments as disable_bindings("sort_cells", "sort_row", "sort_col", "sort_rows", "sort_cols") |
Strange, this line seems to be working for me, replace
Is there any way you could provide some example code to demonstrate the issue? |
Do you want to keep the keyboard bindings for Cut, Copy, Paste and Delete but remove the menu items? Or disable the keyboard bindings as well? |
Just want to remove the label from the popup menu, same as above. |
Address #281 by adding an optional parameter to enable_bindings() named menu. When False it doesn't add edit bindings such as cut, copy, paste to the in-built right click popup menu.
Hello, In tksheet version
You may have to use additional calls to |
I want to remove some label on the right click popup menu, like "Sort Values ->", "Sort Columns ->", etc. But can not remove by command popup_menu_del_command. Because I do not want to show this function on popup menu, and do not want to do this action through popup menu.
Thank you!
The text was updated successfully, but these errors were encountered: