Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestUnmarshalKeymapXML ¶
Types ¶
type ActionXML ¶
type ActionXML struct {
ShortcutXML
ID string `xml:"id,attr"`
}
type KeyboardShortcutXML ¶
type MouseShortcutXML ¶
type MouseShortcutXML struct {
Keystroke string `xml:"keystroke,attr"`
}
type ShortcutXML ¶
type ShortcutXML struct {
KeyboardShortcuts []KeyboardShortcutXML `xml:"keyboard-shortcut"`
MouseShortcuts []MouseShortcutXML `xml:"mouse-shortcut"`
}
Click to show internal directories.
Click to hide internal directories.