~ubuntu-branches/ubuntu/trusty/hud/trusty-updates

« back to all changes in this revision

Viewing changes to tests/test-menu-input-shortcuts.json

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-20 19:43:59 UTC
  • mfrom: (1.1.26)
  • Revision ID: package-import@ubuntu.com-20140120194359-jxxxqtd4ql9elvpf
Tags: 13.10.1+14.04.20140120-0ubuntu1
* New rebuild forced
* Automatic snapshot from revision 362

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{"submenu": [
2
 
        {"id": 1,
3
 
         "label": "Save",
4
 
         "shortcut": [["Control", "S"]]},
5
 
        {"id": 2,
6
 
         "label": "Quiter",
7
 
         "shortcut": [["Control", "Alt", "Q"]]},
8
 
        {"id": 3,
9
 
         "label": "Emacs",
10
 
         "shortcut": [["Control", "X"], ["Control", "W"]]},
11
 
        {"id": 4,
12
 
         "label": "Close",
13
 
         "shortcut": [["Super", "W"]]},
14
 
        {"id": 5,
15
 
         "label": "Nothing"}
16
 
]}