Most of you will not be aware that Microsoft, since 1990s, had a very bad idea: in Italian-language products the "select all" shortcut is NOT CTRL+A

The chose the awkard keyboard shortcut CTRL+"digit 5 from the keypad"!!!! This is EXTREMELY annoying, as is NOT possible to do this with a single-hand! And then, of course, ALL of non-microsoft software is ctrl-a, so it is very frustrating And also, what to do with laptops? CTRL+FN+numpad+I? WEIRD!

my workaround is using english windows+italian MUI, but i would prefer a "real fix"

link|improve this question

62% accept rate
feedback

2 Answers

up vote 2 down vote accepted

control and 5? The what?

#IfWinActive, [ms office window title goes here]
^a::^NumPad5
#IfWinActive

In the AutoHotKey scripting language would fix that :)

link|improve this answer
unfortunately, in Office, Microsoft has remapped CTRL+E to CTRL+A, if i do a double remap it would work? Maybe the Italian localization team thought it was funny to remap lots of keyboard shortcuts. – Magnetic_dud Dec 6 '09 at 18:12
The syntax is [hotkey]::[result], ^ is control, ! is alt, + is shift, and # is the windows key. You should be able to remap whatever to whatever, hopefully! :) – Phoshi Dec 6 '09 at 18:18
feedback

Ever wanted to quickly and easily define your own keyboard layout for a language Microsoft doesn't support? Or define your own keyboard layout so you can quickly and easily enter your favorite symbols with a simple keystroke?

Voilá, The Microsoft Keyboard Layout Creator

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.