autokey-0.90.4/src/lib/qtui/data/api.txt 0000664 0001750 0001750 00000007451 11723605036 017045 0 ustar chris chris engine.create_abbreviation(folder, description, abbr, contents) Create a text abbreviation
engine.create_hotkey(folder, description, modifiers, key, contents) Create a text hotkey
engine.create_phrase(folder, description, contents) Create a text phrase
engine.get_folder(title) Retrieve a folder by its title
engine.get_macro_arguments() Get the arguments supplied to the current script via its macro
engine.run_script(description) Run an existing script using its description to look it up
engine.set_return_value(val) Store a return value to be used by a phrase macro
keyboard.fake_keypress(key, repeat=1) Fake a keypress
keyboard.press_key(key) Send a key down event
keyboard.release_key(key) Send a key up event
keyboard.send_key(key, repeat=1) Send a keyboard event
keyboard.send_keys(keyString) Send a sequence of keys via keyboard events
keyboard.wait_for_keypress(self, key, modifiers=[], timeOut=10.0) Wait for a keypress or key combination
mouse.click_absolute(x, y, button) Send a mouse click relative to the screen (absolute)
mouse.click_relative(x, y, button) Send a mouse click relative to the active window
mouse.click_relative_self(x, y, button) Send a mouse click relative to the current mouse position
mouse.wait_for_click(self, button, timeOut=10.0) Wait for a mouse click
clipboard.fill_clipboard(contents) Copy text into the clipboard
clipboard.fill_selection(contents) Copy text into the X selection
clipboard.get_clipboard() Read text from the clipboard
clipboard.get_selection() Read text from the X selection
dialog.choose_colour(title="Select Colour") Show a Colour Chooser dialog
dialog.choose_directory(title="Select Directory", initialDir="~", rememberAs=None, **kwargs) Show a Directory Chooser dialog
dialog.combo_menu(options, title="Choose an option", message="Choose an option", **kwargs) Show a combobox menu
dialog.input_dialog(title="Enter a value", message="Enter a value", default="", **kwargs) Show an input dialog
dialog.list_menu(options, title="Choose a value", message="Choose a value", default=None, **kwargs) Show a single-selection list menu
dialog.list_menu_multi(options, title="Choose one or more values", message="Choose one or more values", defaults=[], **kwargs) Show a multiple-selection list menu
dialog.open_file(title="Open File", initialDir="~", fileTypes="*|All Files", rememberAs=None, **kwargs) Show an Open File dialog
dialog.password_dialog(title="Enter password", message="Enter password", **kwargs) Show a password input dialog
dialog.save_file(title="Save As", initialDir="~", fileTypes="*|All Files", rememberAs=None, **kwargs) Show a Save As dialog
store.get_value(key) Get a value
store.remove_value(key) Remove a value
store.set_value(key, value) Store a value
system.create_file(fileName, contents="") Create a file with contents
system.exec_command(command, getOutput=True) Execute a shell command
window.activate(title, switchDesktop=False, matchClass=False) Activate the specified window, giving it input focus
window.close(title, matchClass=False) Close the specified window gracefully
window.get_active_class() Get the class of the currently active window
window.get_active_geometry() Get the geometry of the currently active window
window.get_active_title() Get the visible title of the currently active window
window.move_to_desktop(title, deskNum, matchClass=False) Move the specified window to the given desktop
window.close(title, xOrigin=-1, yOrigin=-1, width=-1, height=-1, matchClass=False) Resize and/or move the specified window
window.set_property(title, action, prop, matchClass=False) Set a property on the given window using the specified action
window.switch_desktop(deskNum) Switch to the specified desktop
window.wait_for_exist(title, timeOut=5) Wait for window with the given title to be created
window.wait_for_focus(title, timeOut=5) Wait for window with the given title to have focus
autokey-0.90.4/src/lib/gtkui/data/scriptpage.xml 0000664 0001750 0001750 00000014261 11737016061 020553 0 ustar chris chris
autokey-0.90.4/src/lib/gtkui/data/settingswidget.xml 0000664 0001750 0001750 00000023371 11736014276 021465 0 ustar chris chris
TrueFalse5TrueFalse3455TrueFalse0Abbreviations:GTK_FILLGTK_FILLTrueFalse0Hotkey:12GTK_FILLGTK_FILLTrueFalse0Window Filter:23GTK_FILLGTK_FILLTrueFalse0$abbr12GTK_FILLTrueFalse0$hotkey1212GTK_FILLTrueFalse0$filter1223GTK_FILLSetFalse80TrueTrueTrueFalse23GTK_FILLGTK_FILLgtk-clearFalse80TrueTrueTrueFalseTrue34GTK_FILLGTK_FILLSetFalseTrueTrueTrueFalse2312GTK_FILLGTK_FILLSetFalseTrueTrueTrueFalse2323GTK_FILLGTK_FILLgtk-clearFalseTrueTrueTrueFalseTrue3412GTK_FILLGTK_FILLgtk-clearFalseTrueTrueTrueFalseTrue3423GTK_FILLGTK_FILL
autokey-0.90.4/src/lib/gtkui/data/folderpage.xml 0000664 0001750 0001750 00000011207 11737016061 020517 0 ustar chris chris
TrueFalse0055TrueFalse(Unsaved)FalseTrueTrueTrueTrueFalsenoneFalseFalse0TrueFalse0noneTrueFalse5510TrueFalse5Show in notification icon menuFalseTrueTrueFalseFalseTrueTrueTrue0TrueFalseFalseTrue51TrueFalse<b>Folder Settings</b>TrueTrueTrue1
autokey-0.90.4/src/lib/gtkui/data/mainwindow.xml 0000664 0001750 0001750 00000007322 11737016061 020566 0 ustar chris chris
FalseAutoKey - Configuration600400autokey.svgTrueFalseTrueTrue150TrueTrueTrueinTrueTrueTrueTrueTrueFalse8TrueTrueFalseFalseTrueTrueTrueTrueend0
autokey-0.90.4/src/lib/gtkui/data/phrasepage.xml 0000664 0001750 0001750 00000017041 11742676351 020542 0 ustar chris chris
TrueFalse55TrueFalse5(Unsaved)FalseTrueTrueTrueTrueFalsenoneFalseFalse0TrueTrueinTrueTrue1TrueFalse0noneTrueFalse510TrueFalseAlways prompt before pasting this phraseFalseTrueTrueFalseFalse0TrueFalseTrue0Show in notification icon menuFalseTrueTrueFalseFalse0TrueFalseTrue1TrueFalse5TrueFalsePaste usingFalseTrue0FalseTrue2TrueFalseFalseTrue103TrueFalse<b>Phrase Settings</b>TrueFalseTrue2
autokey-0.90.4/src/lib/gtkui/data/settingsdialog.xml 0000664 0001750 0001750 00000110734 11744242342 021435 0 ustar chris chris
False8AutoKey - PreferencesTruecenter-on-parentdialogTrueFalsevertical2TrueFalseendgtk-cancelFalseTrueTrueTrueFalseTrueFalseFalse0gtk-okFalseTrueTrueTrueTrueTrueFalseTrueFalseFalse1FalseTrueend0TrueTrueTrueFalse0010555TrueFalse5TrueFalse0noneTrueFalse12TrueFalseAutomatically start AutoKey at loginFalseTrueTrueFalseFalseTrueTrueTrue0Prompt for unsaved changesFalseTrueTrueFalseFalseTrueTrueTrue1Show a notification iconFalseTrueTrueFalseFalseTrueTrueTrue2TrueFalseTrueFalseNotification icon style (requires restart):FalseTrue50TrueTrue3TrueFalse<b>Application</b>TrueTrueTrue0TrueFalse0noneTrueFalse12TrueFalseAllow keyboard navigation of popup menuFalseTrueTrueFalseFalseTrueTrueTrue0Sort menu items with most frequently used firstFalseTrueTrueFalseFalseTrueTrueTrue1TrueFalse<b>Popup Menu</b>TrueTrueTrue1TrueFalse0noneTrueFalse12Enable undo by pressing backspaceFalseTrueTrueFalseFalseTrueTrueFalse<b>Expansions</b>TrueTrueTrue2TrueFalseGeneralFalseTrueFalse0010555TrueFalse10TrueFalse0noneTrueFalse5512TrueFalse5TrueFalse0Hotkey:FalseTrue0TrueFalse0$hotkeyTrueTrue1SetFalse80TrueTrueTrueFalseFalseTrue2gtk-clearFalse80TrueTrueTrueFalseTrueFalseTrue3TrueFalse<b>Toggle monitoring using a hotkey</b>TrueTrueTrue0TrueFalse0noneTrueFalse5512TrueFalse5TrueFalse0Hotkey:FalseTrue0TrueFalse0$hotkeyTrueTrue1SetFalse80TrueTrueTrueFalseFalseTrue2gtk-clearFalse80TrueTrueTrueFalseTrueFalseTrue3TrueFalse<b>Show configuration window using a hotkey</b>TrueTrueTrue11TrueFalseSpecial Hotkeys1FalseTrueFalse10555TrueFalse0noneTrueFalse12TrueFalseTrueFalse05Any Python modules placed in this folder will be available for
import by scripts.FalseTrue0TrueFalseselect-folderSelect A FolderFalseTrue1TrueFalse<b>User Module Folder</b>True2TrueFalseScript Engine2FalseFalseTrue2button1button2
autokey-0.90.4/src/lib/gtkui/data/autokey.svg 0000664 0001750 0001750 00000032217 11736013500 020065 0 ustar chris chris