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

DataViewCtrl steals some keyboard shortcuts #349

Open
kynikos opened this issue Sep 22, 2014 · 1 comment
Open

DataViewCtrl steals some keyboard shortcuts #349

kynikos opened this issue Sep 22, 2014 · 1 comment

Comments

@kynikos
Copy link
Owner

kynikos commented Sep 22, 2014

The native GTK widget used by DataViewCtrl would have an internal "live" search feature which steals some keyboard shortcuts: at least Ctrl+n, Ctrl+p, Ctrl+f, Ctrl+a and Ctrl+Shift+a.

Ctrl+f can be recovered by either not defining the DataViewModel's GetColumnType method, or returning None from it.

See also https://groups.google.com/d/msg/wxpython-users/1sUPp766uXU/0J22mUrkzoAJ , https://groups.google.com/d/msg/wxpython-users/QvSesrnD38E/31l8f6AzIhAJ and https://groups.google.com/d/msg/wxpython-users/4nsv7x1DE-s/ljQHl9RTnuEJ

@kynikos kynikos added this to the 1.0.2 milestone Sep 22, 2014
kynikos added a commit that referenced this issue Sep 22, 2014
@kynikos
Copy link
Owner Author

kynikos commented Sep 23, 2014

Maybe show the remaining natively working accelerators in additional items under the View menu?

Ask upstream to provide a style flag to disable the shortcuts from the native widget? There seems not to be an easy way though... https://developer.gnome.org/gtk3/stable/GtkTreeView.html

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

No branches or pull requests

1 participant