Quotes of my life
No one wants to die. Even people who want to go to heaven don’t want to die to get there. And yet death is the destination we all share. No one has ever escaped it. And that is as it should be, because Death is very likely the single best invention of Life. It is Life’s change agent. It clears out the old to make way for the new.
— Steve JobsSearch
-
Recent Posts
Recent Comments
- dating site ulsan korea on De ce este iPad-ul atât de important?
- dating site skins on Caractere românești și Unicode pentru to(n)ți
- Buy Wartrol on Are we supposed to localize keyboard shortcuts?
- Buy Wartrol on iOS and Romanian language
- Titel Leontin on Emag și calitatea routerelor de pe piața românească
Archives
Categories
Meta
Monthly Archives: December 2008
Keyboard shortcuts and mnemonics or accelerators are not the same thing!
Over the time I’ve found that there are misunderstandings between the concept of the keyboard shortcuts and mnemonics. I will try to clarify this problem because the differences are important specially from the point of view of software localization.
Web content, code pages and UTF-8 Unicode encoding
If you want to minimize the number of bugs reported for your web application you should know that codepages are domain of the past. If you want to create multi-language web content all you have to remember is that you … Continue reading
Are we supposed to localize keyboard shortcuts?
When I’m talking about keyboard shortcuts to things like Ctrl-S or even one key shortcuts like ‘A’ (used to Archive an email on Gmail). On the other side the mnemonics, known as hotkeys or the underlined letters in menus or … Continue reading
Virtual key codes on Apple OS X
On Windows, keyboard events are reporting scan codes, virtual key codes and characters. If you want to deal with keyboard shortcuts and be able to use them in an international context you have to use the virtual key codes.
Automation and Unicode text input under Windows
If you’ll ever try to use automation for testing globalization readiness on applications you are going to discover that the keyboard input API does not have any function for entering Unicode texts. If you’ll try to use VkKeyScan for converting an Unicode character … Continue reading
Posted in Windows
4 Comments