| All Mangas Reader https://v1.allmangasreader.com/forum/ |
|
| 2 propositions https://v1.allmangasreader.com/forum/viewtopic.php?f=5&t=3291 |
Page 1 of 1 |
| Author: | animaline [ Sat Jul 13, 2013 8:23 pm ] |
| Post subject: | 2 propositions |
I was wondering if it could be possible make a horizontal reading rather than vertical, in which we could ask to either read original style (right to left) or western style (left to right), it would work the exact same way (rolling the mouse wheel or using the arrow keys). I would make reading a tiny bit more like reading a book, just for the experience it would be particularly useful for wide screens (22" and above) --- secondly, could you allow us to change the attributed keys, I have a 7 button mouse, with 2 under my thumb, which I would love to be able to use instead of B and N ... so I could read my manga without having to constantly press my keyboard |
|
| Author: | braiam [ Tue Jul 16, 2013 8:43 pm ] |
| Post subject: | Re: 2 propositions |
Wait, 1) you mean like this? About the second one... is kinda tough, since JavaScript is not that simple with mouse events. But you are welcome to look into the , lines 1386 onwards are pretty interesting. |
|
| Author: | animaline [ Wed Jul 17, 2013 5:51 pm ] |
| Post subject: | Re: 2 propositions |
/1 not exactly, let me show you what was in my mind or scrolling "down" would make the page move left or right, depending on which one would be asked /2 meh I'll give it a shot but me and my computer makes 11 couldn't we just do that : if (e.which == 66) { //b if ($("#pChapBtn0").size()>0) { window.location.href = $("#pChapBtn0").attr("href"); } } if (e.which == 78) { //n if ($("#nChapBtn0").size()>0) { window.location.href = $("#nChapBtn0").attr("href"); } } and change it to that (or adding) ==> if (e.which == 66) { //mouse button 7 if ($("#pChapBtn0").size()>0) { window.location.href = $("#pChapBtn0").attr("href"); } } if (e.which == 78) { //mouse button 6 if ($("#nChapBtn0").size()>0) { window.location.href = $("#nChapBtn0").attr("href"); } } if something like that doesn't work, do you know if we can redefine the mouse to make the computer think we are pressing the correct keys? |
|
| Author: | braiam [ Sat Jul 20, 2013 11:52 am ] |
| Post subject: | Re: 2 propositions |
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|