untrusted icon indicating copy to clipboard operation
untrusted copied to clipboard

shortcut.js keyboard layout dependent

Open esolitos opened this issue 10 years ago • 0 comments

Hi, I've noticed that in lib/shortcut.js:56 there's var shift_nums = {} that maps numbers to symbols, those symbols are NOT universal, but only for US keyboard layouts.

ITA Layout:
| ! " £ $ % & / ( ) = ? ^ 
\ 1 2 3 4 5 6 7 8 9 0 ' ì

NO LayoutØ
§ ! " # $ % & / ( ) = ? `
' 1 2 3 4 5 6 7 8 9 0 + ´

I don't think is a huge issue, I wrote this just to let you know.

esolitos avatar Apr 28 '14 13:04 esolitos