Hotkeys stop working in eclipse

1,865

Seems like I've figured it out - looks like the problem was caused by having non-english keyboard layout enabled (wonder how I missed that out in the first place).

So solution (for Eclipse) is to go to Window->Preferences->General->Keys and add mappings for other layout that is used (this might look a little bit confusing, since different letters might look the same in different languages (like Russian В and English B)).

p.s. What's interesting is that Chromium for example doesn't have this problem - might have already enabled mappings for different languages or just handles keys differently.

Share:
1,865

Related videos on Youtube

Rinto George
Author by

Rinto George

Updated on September 18, 2022

Comments

  • Rinto George
    Rinto George over 1 year

    I need to get an array of time slots in a day, i.e. 24 hours. Something like:

    array ( 
        00:00=>00:00,
        00:05=>00:05,
        00:10=>00:10,
        .................
        21:05=>21:05,
        .....
        23:55=>23:55,
        24:00=>24:00
     )
    

    I want to get this as a function return value with 5 minute intervals. Sorry for my bad English.

    • Mark Baker
      Mark Baker over 12 years
      Watch out for those two days a year where there's 23 or 25 hours (changes to/from daylight savings) :)
    • Ilmari Karonen
      Ilmari Karonen over 12 years
      I made a few minor copyedits to your question, but really, your English seems fine.