We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Really enjoying exploring BowPad, the dark mode looks great.
But, I am having difficulties with shortcut assignments.
Some keys won't bind
So far I have failed to bind to the top row number 8 (also printed with * on my keyboard)
Some BowPad commands don't work
Please forgive me if this command was not meant to be bindable. I really would like a shortcut to jump between tabs.
None of the Scintilla commands will bind
Not sure if I am assigning these correctly.
Any help gratefully received.
Kind Regards Gavin Holt
Version: BowPad version 2.9.3.3092
PS. I have created a list of all commands using ripgrep:
@echo off REM Change to current batch file location cd /D "%~dp0" rg.exe -o -N cmd[a-zA-Z0-9]* BowPad.xml | sort.exe | uniq.exe > commands.txt rg.exe -o -N SCI_[a-zA-Z0-9]* ScintillaDoc.html | sort.exe | uniq.exe >> commands.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Really enjoying exploring BowPad, the dark mode looks great.
But, I am having difficulties with shortcut assignments.
Some keys won't bind
So far I have failed to bind to the top row number 8 (also printed with * on my keyboard)
Some BowPad commands don't work
Please forgive me if this command was not meant to be bindable. I really would like a shortcut to jump between tabs.
None of the Scintilla commands will bind
Not sure if I am assigning these correctly.
Any help gratefully received.
Kind Regards Gavin Holt
Version: BowPad version 2.9.3.3092
PS. I have created a list of all commands using ripgrep:
The text was updated successfully, but these errors were encountered: