~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to muse/shortcuts.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130828162557-knls3ip7j262eepx
Tags: upstream-2.1.2
ImportĀ upstreamĀ versionĀ 2.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#define ALL_SHRT      1023  // All shortcuts
55
55
#define INVIS_SHRT    1024  // Shortcuts not shown in the config-dialog. Hard-coded. To avoid conflicts
56
56
 
57
 
#define SHRT_NUM_OF_CATEGORIES   7 //Number of shortcut categories
 
57
#define SHRT_NUM_OF_CATEGORIES   9 //Number of shortcut categories
58
58
 
59
59
namespace MusEGui {
60
60
 
257
257
      SHRT_INCREASE_LEN,
258
258
      SHRT_DECREASE_LEN,
259
259
 
260
 
      SHRT_TOOL_1,//Shift+1 Pointer
261
 
      SHRT_TOOL_2,//Shift+2 Pen
262
 
      SHRT_TOOL_3,//Shift+3 Rubber
263
 
      SHRT_TOOL_4,//Shift+4
264
 
      SHRT_TOOL_5,//Shift+5
265
 
      SHRT_TOOL_6,//Shift+6
 
260
      //SHRT_TOOL_1,//Shift+1 Pointer
 
261
      //SHRT_TOOL_2,//Shift+2 Pen
 
262
      //SHRT_TOOL_3,//Shift+3 Rubber
 
263
      //SHRT_TOOL_4,//Shift+4
 
264
      //SHRT_TOOL_5,//Shift+5
 
265
      //SHRT_TOOL_6,//Shift+6
266
266
      SHRT_TRANSPOSE, //Default: undefined
267
267
 
268
268
      //Shortcuts to be in pianoroll & drumeditor
304
304
      SHRT_TOOL_POINTER,  //
305
305
      SHRT_TOOL_PENCIL,
306
306
      SHRT_TOOL_RUBBER,
307
 
 
 
307
      SHRT_TOOL_PAN,
 
308
      SHRT_TOOL_ZOOM,
 
309
      
308
310
      // pianoroll and drum editor
309
311
      SHRT_TOOL_LINEDRAW,
310
312
 
319
321
      SHRT_INSTRUMENT_STEP_DOWN,
320
322
      SHRT_INSTRUMENT_STEP_UP,
321
323
 
 
324
      // wave editor
 
325
      SHRT_TOOL_RANGE,
 
326
      
322
327
      // arranger
323
328
      SHRT_TOOL_SCISSORS,
324
329
      SHRT_TOOL_GLUE,