orbclient_window_shortcuts 0.1.5

Shortcut support for orbclient::Window
<!--
Example for a ShortcutComparator description
Deserialization currently not implemented.
-->

{
	"supported": [
		{
			"id": "New",
			"keys": [
				"orbclient::event::CTRL",
				"orbclient::event::Q"
			]
		},
		{
			"id": "Open",
			"keys": [
				"orbclient::event::CTRL",
				"orbclient::event::O"
			]
		},
		{
			"id": "Save",
			"keys": [
				"orbclient::event::CTRL",
				"orbclient::event::S"
			]
		},
		{
			"id": "Quit",
			"keys": [
				"orbclient::event::CTRL",
				"orbclient::event::Q"
			]
		}
	],
	"min_shortcut_len": 1
}