diff options
Diffstat (limited to 'vcl/win/app/salinst.cxx')
-rw-r--r-- | vcl/win/app/salinst.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx index a2aabbab2870..eb4adb853e10 100644 --- a/vcl/win/app/salinst.cxx +++ b/vcl/win/app/salinst.cxx @@ -235,6 +235,7 @@ void SalData::initKeyCodeMap() initKey( L';', KEY_SEMICOLON ); initKey( L'\'', KEY_QUOTERIGHT ); initKey( L'}', KEY_RIGHTCURLYBRACKET ); + initKey( L'#', KEY_NUMBERSIGN); initKey( L':', KEY_COLON ); } |