Thread: [Scidvspc-users] Regarding Scid Vs Mac shortkey for choosing Variation
Chess Database and Toolkit program
Brought to you by:
stevenaaus
From: Arun K. <aru...@gm...> - 2013-07-03 23:04:05
|
Hi All, In Scid Vs Mac whenever there is a choice between variations (i.e. the grey arrow and the black arrow), I feel very inclined to have a keyboard shortcut that could help me switch into a variation or continue with the mainline. However currently there is no such keyboard shortcut and the any combination with forward button invariable continues with the mail line. Could you please let know if there is a keyboard shortcut incase I am missing it? Thanks and regards, Arun |
From: Alan W. <a.c...@gm...> - 2013-07-04 00:06:20
|
Under Linux, I had to set this: Options --> Moves --> Show Variation Arrows. Then, when coming to a variation, a window pops up and I can use the up-arrow or down-arrow keys to select a variation and press the Enter key. On 07/03/2013 04:03 PM, Arun Kumar wrote: > Hi All, > > In Scid Vs Mac whenever there is a choice between variations (i.e. the > grey arrow and the black arrow), I feel very inclined to have a > keyboard shortcut that could help me switch into a variation or > continue with the mainline. However currently there is no such > keyboard shortcut and the any combination with forward button > invariable continues with the mail line. Could you please let know if > there is a keyboard shortcut incase I am missing it? > > Thanks and regards, > Arun > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > > > _______________________________________________ > Scidvspc-users mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scidvspc-users |
From: Arun K. <aru...@gm...> - 2013-07-04 02:20:16
|
Hi Alan, This really helped..! Thanks a lot...!! On Thu, Jul 4, 2013 at 5:36 AM, Alan Whiteman <a.c...@gm...>wrote: > Under Linux, I had to set this: Options --> Moves --> Show Variation > Arrows. > > Then, when coming to a variation, a window pops up and I can use the > up-arrow or down-arrow keys to select a variation and press the Enter key. > > > > On 07/03/2013 04:03 PM, Arun Kumar wrote: > > Hi All, > > In Scid Vs Mac whenever there is a choice between variations (i.e. the > grey arrow and the black arrow), I feel very inclined to have a keyboard > shortcut that could help me switch into a variation or continue with the > mainline. However currently there is no such keyboard shortcut and the any > combination with forward button invariable continues with the mail line. > Could you please let know if there is a keyboard shortcut incase I am > missing it? > > Thanks and regards, > Arun > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > http://p.sf.net/sfu/windows-dev2dev > > > > _______________________________________________ > Scidvspc-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/scidvspc-users > > > |
From: Alan W. <a.c...@gm...> - 2013-07-04 00:11:37
|
Errata: Options --> Moves --> Show Variation Window. On 07/03/2013 04:03 PM, Arun Kumar wrote: > Hi All, > > In Scid Vs Mac whenever there is a choice between variations (i.e. the > grey arrow and the black arrow), I feel very inclined to have a > keyboard shortcut that could help me switch into a variation or > continue with the mainline. However currently there is no such > keyboard shortcut and the any combination with forward button > invariable continues with the mail line. Could you please let know if > there is a keyboard shortcut incase I am missing it? > > Thanks and regards, > Arun > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > > > _______________________________________________ > Scidvspc-users mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scidvspc-users |
From: Arun K. <aru...@gm...> - 2013-07-04 12:55:34
|
Hi Steve, Thanks much for this. But how do I install the given patch? Haven't done this before. Though got a good idea of patch building etc, in this open source context am not very sure. Any instructions on how to apply the patch? Thanks and regards, Arun On Thu, Jul 4, 2013 at 6:15 AM, Steve A <ste...@gm...> wrote: > Also, the variation window can be called up without setting the > Option->Moves->ShowVarWindow. > > This is done by pressing the 'v' key , and then pressing '1' for var 1, > etc. > > I have just tested this on OS X and done some tweaking and a svn commit > to try and avoid losing keyboard focus following this event (though docked > mode focus issues are a hassle). > Patch is also attached. > > Another nice trick is to press the ">V" button on the main board, and a > pop-up of all vars will be displayed > > S. > > |
From: Steve A <ste...@gm...> - 2013-07-04 14:19:39
|
Messing around with patches isn't especially easy, and 'patch' may not even be installed, but you can try patch /Applications/ScidvsMac.app/Contents/MacOS/scid < osx_focus_tweak.patch or look online for 'patch' tutorials. It is an ugly, but handy skill to have. S.A. On Thu, Jul 4, 2013 at 10:55 PM, Arun Kumar <aru...@gm...> wrote: > Hi Steve, > > Thanks much for this. But how do I install the given patch? Haven't done > this before. Though got a good idea of patch building etc, in this open > source context am not very sure. Any instructions on how to apply the patch? > > Thanks and regards, > Arun > > > On Thu, Jul 4, 2013 at 6:15 AM, Steve A <ste...@gm...> wrote: >> >> Also, the variation window can be called up without setting the >> Option->Moves->ShowVarWindow. >> >> This is done by pressing the 'v' key , and then pressing '1' for var 1, >> etc. >> >> I have just tested this on OS X and done some tweaking and a svn commit >> to try and avoid losing keyboard focus following this event (though docked >> mode focus issues are a hassle). >> Patch is also attached. >> >> Another nice trick is to press the ">V" button on the main board, and a >> pop-up of all vars will be displayed >> >> S. >> > |
From: Arun K. <aru...@gm...> - 2013-07-04 15:21:24
|
Hi Steve, Thanks. I ran the command, but before that would want me copy the file that you attached somewhere? I copied it to the same location where "scid" was present (i.e. under /APplications/ScidvsMac.app...etc) and then ran the command. The logs said the patch application was successful and indeed it did work too, when i click "v+varNumber". However, it loses the keyboard context. I need to have to click back on the moves or the game window to resume. I see that, as per your email that is exactly what you tried to tweak. But why isn't that working for me? Thanks and regards, Arun On Thu, Jul 4, 2013 at 7:49 PM, Steve A <ste...@gm...> wrote: > Messing around with patches isn't especially easy, and 'patch' may not > even be installed, but you can try > > patch /Applications/ScidvsMac.app/Contents/MacOS/scid < > osx_focus_tweak.patch > > or look online for 'patch' tutorials. It is an ugly, but handy skill to > have. > > S.A. > > On Thu, Jul 4, 2013 at 10:55 PM, Arun Kumar <aru...@gm...> > wrote: > > Hi Steve, > > > > Thanks much for this. But how do I install the given patch? Haven't done > > this before. Though got a good idea of patch building etc, in this open > > source context am not very sure. Any instructions on how to apply the > patch? > > > > Thanks and regards, > > Arun > > > > > > On Thu, Jul 4, 2013 at 6:15 AM, Steve A <ste...@gm...> wrote: > >> > >> Also, the variation window can be called up without setting the > >> Option->Moves->ShowVarWindow. > >> > >> This is done by pressing the 'v' key , and then pressing '1' for var 1, > >> etc. > >> > >> I have just tested this on OS X and done some tweaking and a svn commit > >> to try and avoid losing keyboard focus following this event (though > docked > >> mode focus issues are a hassle). > >> Patch is also attached. > >> > >> Another nice trick is to press the ">V" button on the main board, and a > >> pop-up of all vars will be displayed > >> > >> S. > >> > > > |
From: Arun K. <aru...@gm...> - 2013-07-04 15:23:17
|
Here are the logs: bash-3.2$ patch /Applications/ScidvsMac.app/Contents/MacOS/scid < osx_focus_tweak.patch patching file /Applications/ScidvsMac.app/Contents/MacOS/scid Hunk #1 succeeded at 118341 (offset 117846 lines). Hunk #2 succeeded at 118409 (offset 117846 lines). Hunk #3 succeeded at 118444 (offset 117846 lines). On Thu, Jul 4, 2013 at 8:51 PM, Arun Kumar <aru...@gm...> wrote: > Hi Steve, > > Thanks. I ran the command, but before that would want me copy the file > that you attached somewhere? I copied it to the same location where "scid" > was present (i.e. under /APplications/ScidvsMac.app...etc) and then ran the > command. The logs said the patch application was successful and indeed it > did work too, when i click "v+varNumber". However, it loses the keyboard > context. I need to have to click back on the moves or the game window to > resume. I see that, as per your email that is exactly what you tried to > tweak. But why isn't that working for me? > > Thanks and regards, > Arun > > > > On Thu, Jul 4, 2013 at 7:49 PM, Steve A <ste...@gm...> wrote: > >> Messing around with patches isn't especially easy, and 'patch' may not >> even be installed, but you can try >> >> patch /Applications/ScidvsMac.app/Contents/MacOS/scid < >> osx_focus_tweak.patch >> >> or look online for 'patch' tutorials. It is an ugly, but handy skill to >> have. >> >> S.A. >> >> On Thu, Jul 4, 2013 at 10:55 PM, Arun Kumar <aru...@gm...> >> wrote: >> > Hi Steve, >> > >> > Thanks much for this. But how do I install the given patch? Haven't done >> > this before. Though got a good idea of patch building etc, in this open >> > source context am not very sure. Any instructions on how to apply the >> patch? >> > >> > Thanks and regards, >> > Arun >> > >> > >> > On Thu, Jul 4, 2013 at 6:15 AM, Steve A <ste...@gm...> wrote: >> >> >> >> Also, the variation window can be called up without setting the >> >> Option->Moves->ShowVarWindow. >> >> >> >> This is done by pressing the 'v' key , and then pressing '1' for var 1, >> >> etc. >> >> >> >> I have just tested this on OS X and done some tweaking and a svn commit >> >> to try and avoid losing keyboard focus following this event (though >> docked >> >> mode focus issues are a hassle). >> >> Patch is also attached. >> >> >> >> Another nice trick is to press the ">V" button on the main board, and a >> >> pop-up of all vars will be displayed >> >> >> >> S. >> >> >> > >> > > |
From: Steve A <ste...@gm...> - 2013-07-05 01:49:19
Attachments:
svn.patch.gz
|
Ok - i was wrong, and you need the current version for this to work. Attached is a patch for converting 4.9.2 to todays svn. First, reverse previous patch (same command as before but add '-R') or reinstall 4.9.2, then patch using patch /Applications/ScidvsMac.app/Contents/MacOS/scid <svn.patch OS X has very nasty TCL and TK bugs, and Apple show no inclination to provide even one paid dev to fix this complicated and important software. That is why we include our own TCL with scidvspc and in future may have to link TCL to XQuartz instead of the more attractive carbon framework. Anyway, i might not reply anymore to this thread. Hope it works. You can always install svn, XCode, and then checkout svn and use "make mac" and "make mac_install_gui" to keep up with most recent changes. Steve |
From: Arun K. <aru...@gm...> - 2013-07-06 08:45:39
|
Hi Steve, That really really helped. Thanks a lot...!! Regards, Arun On Fri, Jul 5, 2013 at 7:19 AM, Steve A <ste...@gm...> wrote: > Ok - i was wrong, and you need the current version for this to work. > Attached is a patch for converting 4.9.2 to todays svn. > First, reverse previous patch (same command as before but add '-R') > or reinstall 4.9.2, then patch using > patch /Applications/ScidvsMac.app/Contents/MacOS/scid <svn.patch > > > OS X has very nasty TCL and TK bugs, and Apple show no inclination to > provide even one paid dev to fix > this complicated and important software. That is why we include our > own TCL with scidvspc > and in future may have to link TCL to XQuartz instead of the more > attractive carbon framework. > > Anyway, i might not reply anymore to this thread. Hope it works. > > You can always install svn, XCode, and then checkout svn and use > "make mac" and "make mac_install_gui" > to keep up with most recent changes. > > Steve > |
From: Arun K. <aru...@gm...> - 2013-07-06 15:54:50
|
HI Steve, Would like to let you know however that after the patch, there is a problem with keyboard context when alt-tabbing on and off scidvsmac. Whenever i try to look for the moves in a pdf file that i have and alt-tab to Scid to move forward with moves, the keyboard context is no more there. I have to manually click either on the board or on the moves to get the keyboard context working again. Even then at times moves don't seem to happen when keyin in the move-forward > button etc... Regards, Arun On Sat, Jul 6, 2013 at 2:15 PM, Arun Kumar <aru...@gm...> wrote: > Hi Steve, > > That really really helped. Thanks a lot...!! > > Regards, > Arun > > > On Fri, Jul 5, 2013 at 7:19 AM, Steve A <ste...@gm...> wrote: > >> Ok - i was wrong, and you need the current version for this to work. >> Attached is a patch for converting 4.9.2 to todays svn. >> First, reverse previous patch (same command as before but add '-R') >> or reinstall 4.9.2, then patch using >> patch /Applications/ScidvsMac.app/Contents/MacOS/scid <svn.patch >> >> >> OS X has very nasty TCL and TK bugs, and Apple show no inclination to >> provide even one paid dev to fix >> this complicated and important software. That is why we include our >> own TCL with scidvspc >> and in future may have to link TCL to XQuartz instead of the more >> attractive carbon framework. >> >> Anyway, i might not reply anymore to this thread. Hope it works. >> >> You can always install svn, XCode, and then checkout svn and use >> "make mac" and "make mac_install_gui" >> to keep up with most recent changes. >> >> Steve >> > > |