~ubuntu-branches/ubuntu/saucy/muse/saucy

« back to all changes in this revision

Viewing changes to muse/shortcuts.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-31 10:21:39 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20130131102139-3nzmsj7eoul58cp5
Tags: 2.1.1-1
* New upstream release.
* Refresh patches.
* Remove unnecessary debian/patches/0001-es_locale_fix.patch.
* Fix Vcs fields.
* Refresh debian/copyright.
* Elaborate public-domain licensed code.
* Fix doc-base control file.
* Bump debhelper requirements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
      const char* descr;
65
65
      const char* xml; //xml-tag for config-file
66
66
      int type;
 
67
      shortcut() : key(0),  descr(NULL), xml(NULL), type(0) { }
67
68
      };
68
69
 
69
70
struct shortcut_cg
102
103
      SHRT_COPY_RANGE, //Ctrl+Shift+C
103
104
      SHRT_CUT,   //Ctrl+X
104
105
      SHRT_PASTE, //Ctrl+V
105
 
      SHRT_PASTE_DIALOG, //Ctrl+Shift+V
 
106
      SHRT_PASTE_CLONE, //CTRL+Shift+V
 
107
      SHRT_PASTE_TO_TRACK, //CTRL+Key_B
 
108
      SHRT_PASTE_CLONE_TO_TRACK, //CTRL+SHIFT+Key_B
 
109
      SHRT_PASTE_DIALOG, //Ctrl+G
106
110
      SHRT_DELETE,//Delete
107
111
 
108
112
 
145
149
      SHRT_FOLLOW_CONTINUOUS, //Default: undefined
146
150
 
147
151
      SHRT_GLOBAL_CONFIG, //Default: undefined
148
 
      SHRT_CONFIG_SHORTCUTS, //Default: undefined
 
152
      SHRT_CONFIG_SHORTCUTS, //Default: Ctrl+K
149
153
      SHRT_CONFIG_METRONOME, //Default: undefined
150
154
      SHRT_CONFIG_MIDISYNC, //Default: undefined
151
155
      SHRT_MIDI_FILE_CONFIG, //Default: undefined
194
198
 
195
199
      SHRT_INSERTMEAS, //Ctrl+Shift+M - insert measures
196
200
      
197
 
      SHRT_PASTE_CLONE, //CTRL+B
198
 
      SHRT_PASTE_CLONE_DIALOG, //CTRL+SHIFT+B
199
 
      
200
201
      //Arranger tracks
201
202
      SHRT_SEL_TRACK_BELOW,
202
203
      SHRT_SEL_TRACK_ABOVE,