I am a bit confused. In all applications I have tried (Browser for example) I can switch keyboard layout and use Ctrl-C/V (I mean the same physical keys, not the value mapped to it) and copy and paste continues to work (I have tried with Russian, Greek, Chinese and so on). In a Tk Widget, this is not true anymore (Russian and Greek do not work anymore). As far as my (Russian) colleagues have reported that Russian copy and paste should work on Windows using the same (physical) keys we are accustomed to.

If things are like this and this is not a bug, doeas it mean I need to add a bind to map a particular shortcut to copy/paste? This will a) need me to know the current keyboard layout (as far as I know there is no way to get it programmatically) b) code a way to perform the copy/paste operation. This sounds like quite a lot of job to have copy and paste on other layouts then Latin keyboards. Am I overseeing something?


In reply to Re^4: Windows Tk issue Copy and Paste Russian keyboard by IB2017
in thread Windows Tk issue Copy and Paste Russian keyboard by IB2017

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.