VKEY_A            140 Source/platform/KeyCodeConversionAndroid.cpp         return VKEY_A;
VKEY_A            215 Source/platform/KeyCodeConversionGtk.cpp         return VKEY_A; //  (41) A key case 'a': case 'A': return 0x41;
VKEY_A            314 Source/web/WebInputEventFactoryGtk.cpp     if (windowsKeyCode >= WebCore::VKEY_A && windowsKeyCode <= WebCore::VKEY_Z) {
VKEY_A            316 Source/web/WebInputEventFactoryGtk.cpp         return windowsKeyCode - WebCore::VKEY_A + 1;