quelea-projection / Quelea

Open source projection software for churches.
https://quelea.org
GNU General Public License v3.0
159 stars 145 forks source link

Please provide better shortcut to add a song live. #581

Closed PhilippeM1970 closed 9 months ago

PhilippeM1970 commented 1 year ago

When song leader start an unplanned song, it is very long to project that song as there are no keyboard shorthcut or a long sequence of them.

Assuming that the output is blank, you have to do the following :

All that take about 2 sentences for most songs (that is half of a typical 4 line verses).

I know that some of those operations have shorthcuts or can be bypassed but it is really not made for live use. We obviously want to be able to display song in half that time.

I think that the ideal way would be that Enter would add a song to the schedule, select it there, put in the preview. At that point, focus should be in the preview and pressing Enter would Go live. However if we don't start on first verse, we can use arrow key to navigate.

By the way, there should be shortcuts for most commands. Presently, it seems from the documentation that you have provide shortcuts for about half of the useful command. We want the equivalent of Add and go live from the remove available on the PC. Also shortcut to start a search (F3 or Ctrl + F are popular shortcut for that).

Improving search would also be nice.

Our previous program was much better in that area but was lacking the wireless remote and stage view. So that's the main reason we switch.

DeeTigIT commented 1 year ago

If time is critical you might consider:

Blessings,

Dirk / Quelea user

S1

S2

berry120 commented 9 months ago

Ctrl+Alt+L is now the default shortcut (from 2024.0) to add the selected item in the search dialog to the schedule, and put it live. (We already have a Ctrl+L shortcut for selecting the song library search field.)

Note that while we don't yet have an interface for it, these shortcuts can be changed if you edit quelea.properties directly. If you want to change the search shortcut to F3 for instance, just add:

search.keys=F3

..as a property. add.and.go.live.keys is the key for the new shortcut, if you want to change that.

berry120 commented 9 months ago

(Also to add - if there's anything more specific than the above that I may have missed in that message, feel free to create other issues - easiest to have one issue per problem / request so they're easier to track.)