python
2010-12-10 15:13:28 UTC
It seems that Tkinter Entry and Text widgets have built in
support for basic clipboard functionality via the keystrokes
Ctrl+X/Ctrl+C/Ctrl+V (cut, copy, paste).
Of course these make sense for English speaking locales. How does
this functionality work when Tkinter is used in non-English
locales? Are these keystroke shortcuts hard coded or do they
switch to locale/language specific shortcuts?
Is there a way to turnoff this functionality or map these
built-in clipboard keystrokes to different keys?
Thanks,
Malcolm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20101210/b55afca0/attachment.html>
support for basic clipboard functionality via the keystrokes
Ctrl+X/Ctrl+C/Ctrl+V (cut, copy, paste).
Of course these make sense for English speaking locales. How does
this functionality work when Tkinter is used in non-English
locales? Are these keystroke shortcuts hard coded or do they
switch to locale/language specific shortcuts?
Is there a way to turnoff this functionality or map these
built-in clipboard keystrokes to different keys?
Thanks,
Malcolm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20101210/b55afca0/attachment.html>