lobiyu.blogg.se

Copyq tutorial
Copyq tutorial






copyq tutorial

Linux/X11: Fixes copying from VirtualBox (#1565).

copyq tutorial

Previously, the app started silently in tray or minimized state.

  • Linux: Selecting the app icon in the desktop environment using the installed entry in the application menu or launcher, shows main window immediately.
  • Windows: Builds are now 64bit (built by Visual Studio tools).
  • Wayland support, notably clipboard access and window size restoring.
  • New script function styles() to list possible application styles and option style to override the default or current style.
  • Property NetworkReply.finished can be used to retrieved completion status of a request. New script functions networkGetAsync() and networkPostAsync() can be used to make asynchronous network request.

    copyq tutorial

    Script functions networkGet() and networkPost() now wait for data to be fetched.

  • Fixes for NetworkReply objects to properly fetch data when needed (#1603).
  • Script function setPointerPosition() throws an error if it fails to set the mouse pointer position.
  • Accessing a missing plugin from script throws an human-readable error and show an popup if uncaught (for example, "emtags" could throw "Plugin itemtags is not installed").
  • For example, copyq -start-server show would show main window even if the app was not started yet.
  • Argument -start-server to both starts the app if not yet running and runs a command (#1590).
  • This adds some new functionality, better ECMAScript support, improved performance and would allow Qt 6 support in the future.
  • FakeVim: Auto-indents when adding new lines.
  • Format "text/plain charset=utf-8" is now preferred to "text/plain".
  • script_paste_delay_ms - delay after paste(), default is 250ms (#1577).
  • New advanced options allow to set intervals and wait times for copying, pasting and window focus:.
  • copyq tutorial

    This is regular expression matching window titles.

    #Copyq tutorial windows

    Advanced option window_paste_with_ctrl_v_regex to change default paste shortcut Shift+Insert to Ctrl+V for specific windows (only on Windows and Linux/X11).Simple HTTP rendering is still supported by Text plugin. Web plugin has been completely dropped (unmaintained with performance and possible security problems).Note: Focusing combo boxes is not supported on macOS. History combo box is focused when Action dialog opens to easily recall recent commands.Command line completion for bash (#1460).Items with such tags cannot be removed until the tag is removed or "unlocked". A tag can be marked as "locked" in configuration.This can be reverted to the old behavior using command copyq config row_index_from_one false. Item rows in main window and tray menu are now indexed from one instead of zero by default (#1085).System notification popups are now used instead of own implementation.Searching for "foo bar" will find items containing both "foo" and "bar" and the relative position of words no longer matter. Search now finds separate words if regular expressions are disabled (#1569).Newly added items in one instance will appear at the top of other instances. Synchronization plugin newly keeps order of new items consistent between multiple application instances (#1558).This can be changed with copyq config tray_menu_open_on_left_click true. OSX: Mouse click on tray icon is now handled similarly to other platforms.This can be changed with copyq config native_menu_bar true. OSX: Broken native/global menu bar was replaced by default with application menu bar (#1444).Fix size of scrollable text area in item preview (#1472).Fix crash when exporting large amount of data (#1462).Improved performance of loading the icon font.New command line option "native_menu_bar" to disable native/global menu bar (copyq config native_menu_bar false).New command line options "filter_regular_expression" and "filter_case_insensitive" to change the item search behavior.New command line option "activate_item_with_single_click" to activate items with single click (copyq config activate_item_with_single_click true).New command line option "tray_menu_open_on_left_click" to check default mouse button behavior for tray icon (copyq config tray_menu_open_on_left_click true).to enable syntax highlighting in the preview). Display command are now also applied on item preview (e.g.Export now write data to a temporary file before saving.New focusPrevious() script function to activate window that was focused before the main window.Newly, if a global shortcut is triggered when the main window is active, the command will be executed with item selection and item data available (#1435).








    Copyq tutorial