Skip to content
New issue

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

Problems assigning shortcut keys #403

Open
Gavin-Holt opened this issue Nov 27, 2024 · 0 comments
Open

Problems assigning shortcut keys #403

Gavin-Holt opened this issue Nov 27, 2024 · 0 comments

Comments

@Gavin-Holt
Copy link

Gavin-Holt commented Nov 27, 2024

Hi,

Really enjoying exploring BowPad, the dark mode looks great.

sshot-002

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)

  • cmdFindSelectedNext=Ctrl,8
  • cmdFindSelectedPrev=Ctrl|Shift,8

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.

  • cmdTabList=Alt,W

None of the Scintilla commands will bind

Not sure if I am assigning these correctly.

  • SCI_LINEDELETE=Ctrl,Y
  • SCI_DELLINERIGHT=Ctrl,K
  • SCI_DELLINELEFT=Ctrl|Shift,K
  • SCI_TOGGLEFOLD=Alt,Z

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant