denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] [bug #30391] More customary ctrl+left/right behavior


From: anonymous
Subject: [Denemo-devel] [bug #30391] More customary ctrl+left/right behavior
Date: Thu, 08 Jul 2010 13:54:56 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729)

URL:
  <http://savannah.gnu.org/bugs/?30391>

                 Summary: More customary ctrl+left/right behavior
                 Project: GNU Denemo, a gtk+ frontend to GNU Lilypond
            Submitted by: None
            Submitted on: Thu 08 Jul 2010 01:54:56 PM UTC
                Category: Feature request
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi,
Here are a couple of scripts that imitate usual cursor behavior in word
processors for ctrl+left or right.  In denemo currently ctrl+left jumps to the
beginning of the previous bar regardless of the position of the cursor in the
current; in a word processor this jumps first to the beginning of the current
word.  So with this (assuming ctrl+left bindings are used) ctrl+left first
jumps to the beginning of current bar if you're not already there.
Ctrl+right was already identical in behaviour as far as I could tell, with
the exception of when you're in the final bar, it does nothing; this modified
version will jump to the end of that bar in that case.
-Dan W.
Pasted:
Jump RIght:

(if (not (d-MoveToMeasureRight)) (d-MoveToEnd))

Jump Left:

(if (d-PrevObjectInMeasure) 
        (if (d-MoveToMeasureLeft) (d-MoveToMeasureRight))
        (d-MoveToMeasureLeft))

Files are attached.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 08 Jul 2010 01:54:56 PM UTC  Name: JumpLeft  Size: 487B   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=20921>
-------------------------------------------------------
Date: Thu 08 Jul 2010 01:54:56 PM UTC  Name: JumpRight  Size: 422B   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=20922>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30391>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]