Ubuntu Pastebin

Paste from oSoMoN at Mon, 15 Jun 2015 10:18:23 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
property list<KeyboardShortcut> keyboardShortcuts: [
    KeyboardShortcut { … },
    KeyboardShortcut { … },
    KeyboardShortcut { … },
    …
    KeyboardShortcut { … }
]

Keys.onPressed: {
    // iterate over each shortcut in keyboardShortcuts
}
Download as text