Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
50623
Reakcje/Polubienia
39378

Executor 2.1.5​

v2.1.5 (31-Oct-2025)


Hotfix


  • Fixed how "Enter" and {BR} tags are send with the newly updated $SENDTEXT$ and $PSE$. These would work fine when entered as text, but were occasionally ignored for submitting forms or similar actions.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Mohammad.Poorya

Bardzo aktywny
Ekspert
Dołączył
19 Wrzesień 2018
Posty
3537
Reakcje/Polubienia
14294
Miasto
On a Bike!

Executor 2.1.6​

Zaloguj lub Zarejestruj się aby zobaczyć!

v2.1.6 (03-Nov-2025)

What's New

  • Multiple "Darker UI" themes for the Keyword Editor and Settings are now available in "Settings > General", offering improved contrast and customization. Full dark mode is still in progress.
  • Adding keywords autocenter, autohide, stayontop, lockwindow. These will set the respective settings without going to settings or using the context-menu. They can be imported from extras.exc (type "imports"). They use the commands $SETAUTOCENTER$, $SETAUTOHIDE$, $SETSTAYONTOP$ and $SETLOCKWINDOW$.

Improvements

  • If using "Launch items by pressing numeric keys" setting, and input starts with the calculator character (default #), then the numeric keys will work for typing the calculation.
  • alarm improved output text and a minor fix. reminder also takes "stop" as an argument in order to be more similar to timer and alarm.

Fixes

  • Fixed that Start Page would not load again if being closed by $BROWSEREND$ or similar, unless "reload start page every time" setting was enabled.
  • Fixed that some dialogs could get blocked by the settings window, if moving focus and refocusing, causing the app to not respond.
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
50623
Reakcje/Polubienia
39378

Executor 2.1.8​

  • Added the already existing Ctrl+E (Expand folder of item) to the context-menu.
  • In the keyword editor there's a new filter called "duplicates:" to list keywords with duplicate names. Also if a keyword is using a duplicate name it will say so in red text above the keyword name input field.
  • Shift+F11 will center Executor on primary screen, handy if Executor is stuck on a disconnected screen (F11 already centers on current screen).
  • Shift+F8 will expand the path of the current item (if keyword or program) in the input (where F8 already copies it to clipboard).
  • $WINFO$ will inform if a window handle does not exist instead of throwing an error.

Fixes​


  • Fixed an issue with windowed dialogs could still be trapped behind the settings window when the "Force window on top" setting is enabled.
  • Fixed an issue that could show an error if browser is set to "End when dismissed" and running an input command via the start page.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
50623
Reakcje/Polubienia
39378

Executor 2.1.12.0​

What's New


  • Added a temporary message that are displayed for some seconds that can inform the user of minor actions without changing the input text. This is not available on "small" and "mini" skins, as these don't have room for it.

Improvements


  • Temporary messages have been applied to the following:
    • Pressing F8 to copy the path of the current input item to clipboard confirms the action was performed.
    • F8, Shift+F8, Ctrl+D and Ctrl+E if the action was not possible.
    • Pressing F7 in the Expand edit view to turn spell checking on/off will display the state.
    • Pressing F2 for toggling browser on/off will tell if no page is loaded.
    • Shift+F2 to end browser confirms the action was performed.
    • Ctrl+F5 for reloading current skin (mostly handy while editing skin files).
  • You can overwrite the font color of the temporary message using the executor.ini setting toastfontcolor. See
    Zaloguj lub Zarejestruj się aby zobaczyć!
    for more info.
  • If typing text in the Expand edit view and not executing the text and moving focus away from Executor, then Executor will refocus the Expand edit view when refocusing Executor. Where previously focus would return to the main input. This will not work if your settings are set to hide the list, or if you have the "Clear input on focus" or the "Show info" setting enabled (as these will alter the input text on refocus), and using certain hotkeys while not in focus.
  • Added a setting to "Preserve browser focus". For example if you are typing something in the Internal browser and move focus away from Executor and then refocus Executor, then the default behavior is the main input field will have focus. The setting can be found in Settings > Browser. The setting is off per default, as this can also be inconvenient if you mostly run a lot input. This will not work if the list is set to automatically hide in settings.
  • Hotkeys mapped to keywords that populates the list (Like for example keywords using $APPS$, $CLIPBOARD$, $HISTORY$) will now automatically bring the list to focus if anything is blocking it (like the Expand input view or the Internal browser).
  • Added a new keyword holdtext that can toggle to temporary disable the settings "Clear input on focus" and "Show info" that modifies the input text. This can be assigned to a hotkey, so you can use the hotkey while typing input text. An "H" will be displayed while active (but not on "small" and "mini" type skins). This can be imported from extras.exc (type "imports"). The new command behind the keyword is $HOLDTEXT$.
  • Linebreaks will now be ignored when pasted into keyword editor fields.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
50623
Reakcje/Polubienia
39378

Executor 2.2.0.0​

  • What's New:
  • Added a new experimental feature to override the "Windows" key. For example a single press can open Executor instead, and pressing twice still opens the Windows Start menu, or you can have the opposite.
  • The feature is off by default.
  • See the screenshot above for different key configurations.
  • This can be found in Settings > General.
  • For best results (but not required) run Executor as Administrator. If not then when pressing "Win", the Start menu will still show if an app that is running as admin has the focus, like the Task Manager or RegEdit. When this happens with some key configurations you can then still keep pressing, or pause and press to get Executor.
  • The feature is considered experimental at the moment, please report back any problems and/or suggestions for improvements.
  • Your standard selected global hotkey will still work as well if using the feature.
  • The configuration "Win opens Start menu, press twice opens Executor" works best for Windows 10, because Windows 11 Start menu is running differently. So on Windows 11 with this configuration you have to wait till the Start menu is open, and then you can press Win twice to open Executor.
  • Previous settings for hooking Win+R or Win+Z have been moved to this settings menu as well.
  • Accidentally hit the Win key and get kicked to the Desktop mid-game? Added the keyword gaming1. With this you can temporary enable that "Win" needs to be pressed twice to open Executor. Can be imported from extras.exc (type "imports"). A "g" will be displayed in Executor while active (but not for small and mini skins). This can also be permanently selected in settings. Executor has to run at at the same access level as the game, so in case this does not work, you should run Executor as Administrator (or the game should not run as Administrator). It's using the new command $GAMINGTWICE$.
  • Added a similar keyword gaming2, works like gaming1, but pressing twice shows the Start menu (and not Executor). It's using the new command $GAMINGTWICESM$.
  • Added a similar keyword gaming3, works like gaming1, but will totally temporary disable pressing the "Win" key alone (shortcuts like Win+S etc. will still work). Will display a "G" while active. It's using the new command $GAMINGWINOFF$.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry