From 70b2dc90f59aa498cae961e13c9353475355a756 Mon Sep 17 00:00:00 2001 From: John Cegalis Date: Sat, 5 Nov 2011 19:43:23 -0400 Subject: [PATCH 1/3] added service shortcuts --- manual/source/creating_service.rst | 33 ++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/manual/source/creating_service.rst b/manual/source/creating_service.rst index ef5256d..50255a2 100644 --- a/manual/source/creating_service.rst +++ b/manual/source/creating_service.rst @@ -93,24 +93,45 @@ move down through your service. Pressing the :kbd:`Left Arrow` key will move up through the service. Every time you press the :kbd:`Left Arrow` or :kbd:`Right Arrow` key the next item in your Service will be displayed. -Moving Through a Song or Bible Verses -------------------------------------- +Moving Through a Song, Bible Verses or Images +--------------------------------------------- When you display a song or Bible verse with multiple verses you will need to move through them. When a song or verse is being displayed you will see the lyrics in the top Live window and how it actually appears on your display -in the bottom Live window. To change slides you can use your mouse to click on -each slide in the top Live window, use the Left Arrow and Right Arrow icons -under the top Live window. +in the bottom Live window. + +To change slides you can use your mouse to click on each slide in the top Live +window, use the Left Arrow and Right Arrow icons under the top Live window. |slide_next| Move to next. |slide_previous| Move to previous. -You can also use the :kbd:`Down Arrow` key to move down through +You can use the :kbd:`Down Arrow` key to move down through the song or verses. Using the :kbd:`Up Arrow` key will move you from bottom to top. :kbd:`Page Up` and :kbd:`Page Down` keys will do the same thing. +There is shortcut support for the Live Controller in OpenLP. This allows you to +navigate through, and jump between, your slides in the Live Controller using only +your keyboard. This works for any type of slides, e.g. songs, Bible verses and +images. + +How does it work? +If you want to jump to verse 3 using the keyboard you press :kbd:`v' and within +a time frame of 350ms you press :kbd:`3`. Keep in mind to be quick and you will +be successful. + +The available keyboard shortcuts are: +Verse: v +Chorus: c +Bridge: b +Pre-Chorus: p +Intro: i +Ending: e +Other: o +and the numbers from 0-9 + .. _adding_images: Adding a Group of Images From 5d4ff5c170e7b4048f003d97cb850d23fb2826c4 Mon Sep 17 00:00:00 2001 From: John Cegalis Date: Sun, 6 Nov 2011 04:30:09 -0500 Subject: [PATCH 2/3] added service shortcuts --- manual/source/creating_service.rst | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/manual/source/creating_service.rst b/manual/source/creating_service.rst index 50255a2..f40526a 100644 --- a/manual/source/creating_service.rst +++ b/manual/source/creating_service.rst @@ -117,20 +117,22 @@ navigate through, and jump between, your slides in the Live Controller using onl your keyboard. This works for any type of slides, e.g. songs, Bible verses and images. -How does it work? -If you want to jump to verse 3 using the keyboard you press :kbd:`v' and within +**How does it work?** + +If you want to jump to verse 3 using the keyboard you press :kbd:`v` and within a time frame of 350ms you press :kbd:`3`. Keep in mind to be quick and you will be successful. The available keyboard shortcuts are: -Verse: v -Chorus: c -Bridge: b -Pre-Chorus: p -Intro: i -Ending: e -Other: o -and the numbers from 0-9 + +* Verse: v +* Chorus: c +* Bridge: b +* Pre-Chorus: p +* Intro: i +* Ending: e +* Other: o +* and the numbers from 0-9 .. _adding_images: From fc10ca3035e234902e4a584b1a2fab5790e7f7bb Mon Sep 17 00:00:00 2001 From: John Cegalis Date: Sun, 6 Nov 2011 04:53:45 -0500 Subject: [PATCH 3/3] added service shortcuts --- manual/source/creating_service.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manual/source/creating_service.rst b/manual/source/creating_service.rst index f40526a..0c77d72 100644 --- a/manual/source/creating_service.rst +++ b/manual/source/creating_service.rst @@ -144,9 +144,9 @@ pictures from a youth group adventure, bulletin announcements, or some other reason. Once you add your images to the :ref:`media-manager` hold the :kbd:`Ctrl` key on your keyboard and click each image you want to add as a group. As you click the images they will remain highlighted. When you are done with your -selections you can either click the + icon above the images or, click on one of -the highlighted images, hold the mouse button and drag them over to the Service -Manager side and place them where you need them. +selections you can either click the |buttons_add| icon above the images or, +click on one of the highlighted images, hold the mouse button and drag them over +to the Service Manager side and place them where you need them. .. image:: pics/service_images.png @@ -317,4 +317,5 @@ your service file. Choose the location you want to save your file and click .. |SERVICE_NEW| image:: pics/service_new.png .. |SERVICE_OPEN| image:: pics/service_open.png .. |SERVICE_SAVE| image:: pics/service_save.png -.. |AUDIO_PAUSE| image:: pics/media_playback_pause.png \ No newline at end of file +.. |AUDIO_PAUSE| image:: pics/media_playback_pause.png +.. |BUTTONS_ADD| image:: pics/buttons_add.png \ No newline at end of file