therealglazou / bluegriffon

BlueGriffon, the Web editor
Mozilla Public License 2.0
295 stars 71 forks source link

ctrl+s hotkey #25

Closed alexkmbk closed 7 years ago

alexkmbk commented 7 years ago

There is no ctrl+s hotkey to save current document, that would be nice to have the one (OS Windows).

therealglazou commented 7 years ago

Er, sorry, there is a ctrl-s hotkey on Windows and it does work. I have just performed a fresh install of 2.2 on a fresh W10 and it does work. Are you using en-US locale or another one? In that case, that would be a l10n issue only.

alexkmbk commented 7 years ago

@therealglazou Thanks for reply, I have Win10 Russian Edition, in bluegriffon v2.2 ctrl-s hotkey still doesn't work.

therealglazou commented 7 years ago

ah, the translator in russian forgot to set the keys. Can you please let me know what are the standard shortcuts in russian for: Save, Quit, Close Window, Open, Undo, Redo, Cut, Copy, Paste ? Thanks.

alexkmbk commented 7 years ago

Actually, even in the english layout it doesn't work for me, but anyway, if I get you right there is an accordance table (ctrl+latin char = ctrl+cyrillic char (in low case) = ctrl + unicode cyrillic code): Save: ctrl+s = ctrl+ы = ctrl+044B Quit: ctrl+q = ctrl+й = ctrl+0439 Close Window: ctrl+w = ctrl+ц = ctrl+0446 Open: ctrl+o = ctrl+щ = ctrl+0449 Undo: ctrl+z = ctrl+я = ctrl+044F Redo: ctrl+y = ctrl+н = ctrl+043D Cut: ctrl+x = ctrl+ч = ctrl+0447 Copy: ctrl+c = ctrl+с = ctrl+0441 Paste: ctrl+v = ctrl+м = ctrl+043C

therealglazou commented 7 years ago

Thank you @alexkmbk ! I'll try it and will commit the change if it works.

therealglazou commented 7 years ago

Fixed by https://github.com/therealglazou/bluegriffon/commit/90af8b2d433b24c896961aff2de094945e2f5b5d