brief icon indicating copy to clipboard operation
brief copied to clipboard

Hotkeys don't work in non-English-based (e.g. Russian) keyboard layout

Open popovn opened this issue 6 years ago • 1 comments

popovn avatar Jan 17 '19 12:01 popovn

For me its work but I can not advise what to do with the unsigned xpi-file

\ui\brief.js


            case 'f': Commands.switchViewMode('full'); break;
            case 'g': Commands.switchViewMode('headlines'); break;
            case 'a': Commands.switchViewFilter('all'); break;
            case 's': Commands.switchViewFilter('starred'); break;
            case 'd': Commands.switchViewFilter('unread'); break;
	    
            case 'а': Commands.switchViewMode('full'); break;
            case 'п': Commands.switchViewMode('headlines'); break;
            case 'ф': Commands.switchViewFilter('all'); break;
            case 'ы': Commands.switchViewFilter('starred'); break;
            case 'в': Commands.switchViewFilter('unread'); break;

popovn avatar Jan 17 '19 21:01 popovn