Inital commit of the Komplex Hub
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import QtQuick
|
||||
|
||||
ListModel {
|
||||
id: eventListModel
|
||||
|
||||
ListElement {
|
||||
eventId: "enterPressed"
|
||||
eventDescription: "Emitted when pressing the enter button"
|
||||
shortcut: "Return"
|
||||
parameters: "Enter"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user