Tag Archives: keyboard

iOS and Romanian language

First I have to confess that I’m pleased about the amount of attention Apple gave to supporting Romanian language on iOS 4.3 (iPhone/iPad/iPod). I remember reporting few bugs to them regarding Romanian support and I was glad to discover that … Continue reading

Posted in i18n, Input, Output, Readiness | Tagged , , , , , , , , | 1 Comment

Examples of internationalizing keyboard shortcuts

This article tries to complete a previous article regarding internationalization of keyboard shortcuts. I decided to analyze  a few cases, in order to explain better how we should define keyboard shortcuts in a way that will keep them working on … Continue reading

Posted in i18n, Input, Readiness | Tagged , | Comments Off

Optimal Windows keyboard settings for Romanian programmers

Here is how you should configure you keyboard layouts in order to be a able to write code, English and Romanian text as easy as possible.

Posted in Input, Romanian | Tagged , , , | Leave a comment

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.

Posted in Programming | Tagged , , , | Comments Off

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

Posted in Input, OS X | Tagged , | 1 Comment

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.

Posted in OS X | Tagged , , , | 1 Comment

Keyboard shortcuts in an international context

One common error in internationalization is to think that all shortcuts must be translated. People forgot that one of the major advantages of the shortcuts is that they are memorized their position on the keyboard and not by the sign … Continue reading

Posted in Input, Windows | Tagged , , | Leave a comment