bugDenemo - Bugs: bug #48042, Ctrl keystrokes do not work in...

 
 

bug #48042: Ctrl keystrokes do not work in lyrics pane

Submitter:  None
Submitted:  Fri 27 May 2016 09:25:56 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 06 Jun 2016 08:15:26 AM UTC, comment #3: 

I see PgUp/Dn already are allocated by the widget. I've used Ctrl-PgUp/Dn for changing verse. So now you can do e.g.

Ctrl-l, a
Ctrl-l, l
some text for this verse
Ctrl-l
Ctrl-l, a
Ctrl-l, l
some text for another verse
Ctrl-PgUp
continue editing first verse

as well as switching to other staffs, all without leaving the keyboard.

Richard Shann <rshann>
Group administrator
Mon 06 Jun 2016 06:44:26 AM UTC, comment #2: 

For ctrl-left-arrow and ctrl-right-arrow I would expect to move the cursor to the previous or next word, respectively. Maybe PageUp/PageDown or Ctrl-PageUp/Ctrl-PageDown would be better for previous verse and next verse, respectively?

Anonymous
Wed 01 Jun 2016 04:14:58 PM UTC, comment #1: 

I've taken off the blanket sending of control keys to the main display, I've left these:

            case Control-l standard prefix for lyrics commands
                switch_back_to_main_window ();
            case Control-Left-arrow
                previous_verse ();
            case Control-Right-arrow
                next_verse ();
            case Control-s save but stay in verse
            case Control-up-arrow  move to staff above stay editing lyrics
            Control-down-arrow   move to staff below stay editing lyrics

If you think some different keybindings would be good let me know.

Richard Shann <rshann>
Group administrator
Fri 27 May 2016 09:25:56 PM UTC, original submission:  

When pressing Ctrl-V while editing in the lyrics pane, the result is unexpected: instead of inserting a text from clipboard into the lyrics pane, something is inserted in the staff where the lyrics belongs to. Similarly, Ctrl-C, Ctrl-X, Ctrl-rightarrow, Ctrl-leftarrow do not work as well.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rshann (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-06-06 rshann StatusNeed Info Fixed
        Open/ClosedOpen Closed
    2016-06-01 rshann StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code