Changes between Initial Version and Version 1 of Ticket #7386, comment 3


Ignore:
Timestamp:
2014-10-19T02:38:52+02:00 (11 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7386, comment 3

    initial v1  
    55In the meantime we can improve our own tabs. For example I found why ShortutPreference is so slow on the first time, it is due to this piece of code in {{{PrefJPanel}}}:
    66{{{
     7#!java
    78    // A list of keys to present the user. Sadly this really is a list of keys Java knows about,
    89    // not a list of real physical keys. If someone knows how to get that list?