Skip to content

Commit 9201e1f

Browse files
committed
New: More available shortcuts
1 parent 728d419 commit 9201e1f

24 files changed

+802
-43
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919
- Library Navigation using side mouse buttons [`96f4bb8`](https://github.com/ollm/OpenComic/commit/96f4bb8e0033bd58b78e9ec29155ae332c72ec8b)
2020
- Move to trash and Delete permanently options [`2737fbe`](https://github.com/ollm/OpenComic/commit/2737fbe2b9a318c9e5a8b27885e153caa5e9b327)
2121
- Improved reading load and memory usage [`f12cbdb`](https://github.com/ollm/OpenComic/commit/f12cbdbade5e487f5c608e253a6c82b8e7c554a4)
22-
- Option to set an image from the folder as a poster
22+
- Option to set an image from the folder as a poster [`0a952da`](https://github.com/ollm/OpenComic/commit/0a952da7d4d79de384a327695377dae9b5ad073b)
23+
- Multiple configurable tap zones from settings [`c7ee38f`](https://github.com/ollm/OpenComic/commit/c7ee38f2b85d85896bd197a8be4a68abd8bb300f)
24+
- More available shortcuts
2325

2426

2527
##### 🐛 Bug Fixes
@@ -37,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3739
- Extracting 7zip in separate stacks to avoid errors when extracting many files [`061827f`](https://github.com/ollm/OpenComic/commit/061827fc737aa8edfde14e7b092a8b44e571bf08)
3840
- Prevent scroll event while reading is loading [`4c93a72`](https://github.com/ollm/OpenComic/commit/4c93a724220fc820347464a988727ef4649052fe)
3941
- Multiple errors managing cache of files in servers [`7e739da`](https://github.com/ollm/OpenComic/commit/7e739dae8cbcef9691efd0a0cfbfbfa62ce192a4)
42+
- 7zip binary does not have correct permissions on macOS arm64 [`91c8d1d`](https://github.com/ollm/OpenComic/commit/91c8d1d798e2b11b3f9d1cfdfe5698774dd00f05)
4043

4144
## [v1.2.0](https://github.com/ollm/OpenComic/releases/tag/v1.2.0) (29-03-2024)
4245

languages/ca.json

+11
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
"integrated": "Integrat",
145145
"ebookTheme": "Tema de l'eBook",
146146
"fontSize": "Tamany de la font",
147+
"increaseFontSize": "",
148+
"decreaseFontSize": "",
147149
"fontFamily": "Família tipogràfica",
148150
"useEbookFont": "Utilitza la lletra de l'eBook",
149151
"useEbookTheme": "Utilitza el tema de l'eBook",
@@ -269,6 +271,9 @@
269271
"gamepadMenu": "Menú del comandament",
270272
"useGamepad": "Fes servir un comandament per canviar l'acció",
271273
"restoreDefaults": "Restaurar valors per defecte",
274+
"screen": "",
275+
"zoom": "",
276+
"menus": "",
272277
"action": "Acció",
273278
"key1": "Tecla 1",
274279
"key2": "Tecla 2",
@@ -339,6 +344,10 @@
339344
"originalSize": "Mida original",
340345
"zoomIn": "Ampliar zoom",
341346
"zoomOut": "Reduir zoom",
347+
"zoomUp": "",
348+
"zoomDown": "",
349+
"zoomLeft": "",
350+
"zoomRight": "",
342351
"toggleFullScreen": "Pantalla completa"
343352
},
344353
"goto": {
@@ -463,6 +472,8 @@
463472
"buttons": {
464473
"cancel": "Cancel·lar",
465474
"ok": "Ok",
475+
"on": "Encès",
476+
"off": "Apagat",
466477
"save": "Guardar",
467478
"undo": "Desfer",
468479
"dismiss": "Descarta",

languages/cs.json

+11
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
"integrated": "",
145145
"ebookTheme": "",
146146
"fontSize": "",
147+
"increaseFontSize": "",
148+
"decreaseFontSize": "",
147149
"fontFamily": "",
148150
"useEbookFont": "",
149151
"useEbookTheme": "",
@@ -269,6 +271,9 @@
269271
"gamepadMenu": "",
270272
"useGamepad": "",
271273
"restoreDefaults": "",
274+
"screen": "",
275+
"zoom": "",
276+
"menus": "",
272277
"action": "",
273278
"key1": "",
274279
"key2": "",
@@ -339,6 +344,10 @@
339344
"originalSize": "",
340345
"zoomIn": "Přiblížit",
341346
"zoomOut": "Oddálit",
347+
"zoomUp": "",
348+
"zoomDown": "",
349+
"zoomLeft": "",
350+
"zoomRight": "",
342351
"toggleFullScreen": "Na celou obrazovku"
343352
},
344353
"goto": {
@@ -463,6 +472,8 @@
463472
"buttons": {
464473
"cancel": "Zrušit",
465474
"ok": "Ok",
475+
"on": "",
476+
"off": "",
466477
"save": "",
467478
"undo": "Vrátit",
468479
"dismiss": "Dobře",

languages/de.json

+11
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
"integrated": "",
145145
"ebookTheme": "",
146146
"fontSize": "",
147+
"increaseFontSize": "",
148+
"decreaseFontSize": "",
147149
"fontFamily": "",
148150
"useEbookFont": "",
149151
"useEbookTheme": "",
@@ -269,6 +271,9 @@
269271
"gamepadMenu": "",
270272
"useGamepad": "",
271273
"restoreDefaults": "",
274+
"screen": "",
275+
"zoom": "",
276+
"menus": "",
272277
"action": "",
273278
"key1": "",
274279
"key2": "",
@@ -339,6 +344,10 @@
339344
"originalSize": "",
340345
"zoomIn": "Reinzoomen",
341346
"zoomOut": "Rauszoomen",
347+
"zoomUp": "",
348+
"zoomDown": "",
349+
"zoomLeft": "",
350+
"zoomRight": "",
342351
"toggleFullScreen": "Vollbildschirm"
343352
},
344353
"goto": {
@@ -463,6 +472,8 @@
463472
"buttons": {
464473
"cancel": "Abbrechen",
465474
"ok": "Ok",
475+
"on": "",
476+
"off": "",
466477
"save": "",
467478
"undo": "Rückgängig machen",
468479
"dismiss": "Ignorieren",

languages/en.json

+11
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
"integrated": "Integrated",
145145
"ebookTheme": "eBook theme",
146146
"fontSize": "Font size",
147+
"increaseFontSize": "Increase font size",
148+
"decreaseFontSize": "Decrease font size",
147149
"fontFamily": "Font family",
148150
"useEbookFont": "Use the eBook font",
149151
"useEbookTheme": "Use the eBook theme",
@@ -269,6 +271,9 @@
269271
"gamepadMenu": "Gamepad menu",
270272
"useGamepad": "Use a gamepad to change the action",
271273
"restoreDefaults": "Restore default values",
274+
"screen": "Screen",
275+
"zoom": "Zoom",
276+
"menus": "Menus",
272277
"action": "Action",
273278
"key1": "Key 1",
274279
"key2": "Key 2",
@@ -339,6 +344,10 @@
339344
"originalSize": "Original size",
340345
"zoomIn": "Zoom in",
341346
"zoomOut": "Zoom out",
347+
"zoomUp": "Zoom up",
348+
"zoomDown": "Zoom down",
349+
"zoomLeft": "Zoom left",
350+
"zoomRight": "Zoom right",
342351
"toggleFullScreen": "Full screen"
343352
},
344353
"goto": {
@@ -463,6 +472,8 @@
463472
"buttons": {
464473
"cancel": "Cancel",
465474
"ok": "Ok",
475+
"on": "On",
476+
"off": "Off",
466477
"save": "Save",
467478
"undo": "Undo",
468479
"dismiss": "Dismiss",

languages/es.json

+11
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
"integrated": "Integrado",
145145
"ebookTheme": "Tema del eBook",
146146
"fontSize": "Tamaño de la fuente",
147+
"increaseFontSize": "",
148+
"decreaseFontSize": "",
147149
"fontFamily": "Familia tipográfica",
148150
"useEbookFont": "Utilizar la letra del eBook",
149151
"useEbookTheme": "Utilizar el tema del eBook",
@@ -269,6 +271,9 @@
269271
"gamepadMenu": "Menú del mando",
270272
"useGamepad": "Utiliza un mando para cambiar la acción",
271273
"restoreDefaults": "Restaurar valores por defecto",
274+
"screen": "",
275+
"zoom": "",
276+
"menus": "",
272277
"action": "Acción",
273278
"key1": "Tecla 1",
274279
"key2": "Tecla 2",
@@ -339,6 +344,10 @@
339344
"originalSize": "Tamaño original",
340345
"zoomIn": "Ampliar zoom",
341346
"zoomOut": "Reducir zoom",
347+
"zoomUp": "",
348+
"zoomDown": "",
349+
"zoomLeft": "",
350+
"zoomRight": "",
342351
"toggleFullScreen": "Pantalla completa"
343352
},
344353
"goto": {
@@ -463,6 +472,8 @@
463472
"buttons": {
464473
"cancel": "Cancelar",
465474
"ok": "Ok",
475+
"on": "Encendido",
476+
"off": "Apagado",
466477
"save": "Guardar",
467478
"undo": "Deshacer",
468479
"dismiss": "Descartar",

languages/fr.json

+11
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
"integrated": "",
145145
"ebookTheme": "",
146146
"fontSize": "",
147+
"increaseFontSize": "",
148+
"decreaseFontSize": "",
147149
"fontFamily": "",
148150
"useEbookFont": "",
149151
"useEbookTheme": "",
@@ -269,6 +271,9 @@
269271
"gamepadMenu": "",
270272
"useGamepad": "",
271273
"restoreDefaults": "",
274+
"screen": "",
275+
"zoom": "",
276+
"menus": "",
272277
"action": "",
273278
"key1": "",
274279
"key2": "",
@@ -339,6 +344,10 @@
339344
"originalSize": "",
340345
"zoomIn": "Agrandir",
341346
"zoomOut": "Réduire",
347+
"zoomUp": "",
348+
"zoomDown": "",
349+
"zoomLeft": "",
350+
"zoomRight": "",
342351
"toggleFullScreen": "Plein écran"
343352
},
344353
"goto": {
@@ -463,6 +472,8 @@
463472
"buttons": {
464473
"cancel": "Annuler",
465474
"ok": "Ok",
475+
"on": "",
476+
"off": "",
466477
"save": "",
467478
"undo": "Retour",
468479
"dismiss": "Abandonner",

languages/hu.json

+11
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
"integrated": "",
145145
"ebookTheme": "",
146146
"fontSize": "",
147+
"increaseFontSize": "",
148+
"decreaseFontSize": "",
147149
"fontFamily": "",
148150
"useEbookFont": "",
149151
"useEbookTheme": "",
@@ -269,6 +271,9 @@
269271
"gamepadMenu": "",
270272
"useGamepad": "",
271273
"restoreDefaults": "",
274+
"screen": "",
275+
"zoom": "",
276+
"menus": "",
272277
"action": "",
273278
"key1": "",
274279
"key2": "",
@@ -339,6 +344,10 @@
339344
"originalSize": "",
340345
"zoomIn": "Nagyítás",
341346
"zoomOut": "Kicsinyítés",
347+
"zoomUp": "",
348+
"zoomDown": "",
349+
"zoomLeft": "",
350+
"zoomRight": "",
342351
"toggleFullScreen": "Teljes képernyő"
343352
},
344353
"goto": {
@@ -463,6 +472,8 @@
463472
"buttons": {
464473
"cancel": "Cancel",
465474
"ok": "Ok",
475+
"on": "",
476+
"off": "",
466477
"save": "",
467478
"undo": "Undo",
468479
"dismiss": "Dismiss",

languages/it.json

+11
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
"integrated": "",
145145
"ebookTheme": "",
146146
"fontSize": "",
147+
"increaseFontSize": "",
148+
"decreaseFontSize": "",
147149
"fontFamily": "",
148150
"useEbookFont": "",
149151
"useEbookTheme": "",
@@ -269,6 +271,9 @@
269271
"gamepadMenu": "",
270272
"useGamepad": "",
271273
"restoreDefaults": "",
274+
"screen": "",
275+
"zoom": "",
276+
"menus": "",
272277
"action": "",
273278
"key1": "",
274279
"key2": "",
@@ -339,6 +344,10 @@
339344
"originalSize": "",
340345
"zoomIn": "Zoom avanti",
341346
"zoomOut": "Zoom indietro",
347+
"zoomUp": "",
348+
"zoomDown": "",
349+
"zoomLeft": "",
350+
"zoomRight": "",
342351
"toggleFullScreen": "A schermo intero"
343352
},
344353
"goto": {
@@ -463,6 +472,8 @@
463472
"buttons": {
464473
"cancel": "",
465474
"ok": "",
475+
"on": "",
476+
"off": "",
466477
"save": "",
467478
"undo": "",
468479
"dismiss": "",

languages/ja.json

+11
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
"integrated": "",
145145
"ebookTheme": "",
146146
"fontSize": "",
147+
"increaseFontSize": "",
148+
"decreaseFontSize": "",
147149
"fontFamily": "",
148150
"useEbookFont": "",
149151
"useEbookTheme": "",
@@ -269,6 +271,9 @@
269271
"gamepadMenu": "",
270272
"useGamepad": "",
271273
"restoreDefaults": "",
274+
"screen": "",
275+
"zoom": "",
276+
"menus": "",
272277
"action": "",
273278
"key1": "",
274279
"key2": "",
@@ -339,6 +344,10 @@
339344
"originalSize": "",
340345
"zoomIn": "縮小",
341346
"zoomOut": "拡大",
347+
"zoomUp": "",
348+
"zoomDown": "",
349+
"zoomLeft": "",
350+
"zoomRight": "",
342351
"toggleFullScreen": "全画面"
343352
},
344353
"goto": {
@@ -463,6 +472,8 @@
463472
"buttons": {
464473
"cancel": "キャンセル",
465474
"ok": "Ok",
475+
"on": "",
476+
"off": "",
466477
"save": "",
467478
"undo": "やり直し",
468479
"dismiss": "閉じる",

0 commit comments

Comments
 (0)