Charles Dye
Super Moderator
- May
- 5,264
- 155
Staff member
Testing with the following command line:
With the cursor anywhere on %_CWD, Control-Shift-X expands the variable as expected, and leaves the cursor at the end of the command line. A second press of Control-Shift-X (in hopes of evaluating the function) erases the command line....
Using this command line:
Putting the cursor anywhere on %@LEFT[ and pressing Control-Shift-X wipes the command line and displays an error message.
I think this hotkey works better with variables than with functions.
Code:
echo %@lower[%_cwd]
Using this command line:
Code:
echo %@left[5,The quick brown fox]
I think this hotkey works better with variables than with functions.