Search found 8 matches

by carsonma
26 Mar 2024, 22:14
Forum: SciTE4AutoHotkey
Topic: Change keyboard shortcuts
Replies: 5
Views: 597

Re: Change keyboard shortcuts

Sorry for the late reply to this; it's been a difficult few weeks. I tried it out, and it works perfectly! Thanks for the help. Apropos of nothing, I also was able to find out how to add Alt+Up/Alt+Down to move selected lines up and down. I had to share because I was so excited haha. Apparently this...
by carsonma
26 Mar 2024, 21:47
Forum: Ask for Help (v1)
Topic: FileMove Troubleshooting
Replies: 3
Views: 184

Re: FileMove Troubleshooting

Hi. Thanks. I'm trying to figure out how I can use that script without starting from scratch and re-writing everything. That would not seem like the most efficient debugging approach. What is the approach you would use? I suspect that there is some small syntax error or an absence of quotes, etc. so...
by carsonma
26 Mar 2024, 16:24
Forum: Ask for Help (v1)
Topic: FileMove Troubleshooting
Replies: 3
Views: 184

FileMove Troubleshooting

I can't get the files to move with this script. It's not adding new lines to the CSV, either. I hope that it's not too messy. I have a few diagnostic commands in there that I've been using for troubleshooting. #SingleInstance Force ; Set the directory path dir := "C:\Users\madou\Zotero\storage" ; Ch...
by carsonma
05 Mar 2024, 15:20
Forum: SciTE4AutoHotkey
Topic: Change keyboard shortcuts
Replies: 5
Views: 597

Re: Change keyboard shortcuts

I found this: IDM_BLOCK_COMMENT Block Comment or Uncomment IDM_BOX_COMMENT Box Comment here: https://www.scintilla.org/CommandValues.html But still not sure how to assign a keyboard shortcut to it *and* if it masks the default keyboard shortcut. (Sorry for multiple posts; I couldn't figure out how t...
by carsonma
05 Mar 2024, 15:12
Forum: SciTE4AutoHotkey
Topic: Change keyboard shortcuts
Replies: 5
Views: 597

Re: Change keyboard shortcuts

It might be possible, but I'm not sure what the available options are since there aren't any already in the file. This is all that's in it now. # User initialization file for SciTE4AutoHotkey # # You are encouraged to edit this file! # # Import the platform-specific settings import _platform # Impor...
by carsonma
03 Mar 2024, 15:26
Forum: SciTE4AutoHotkey
Topic: Change keyboard shortcuts
Replies: 5
Views: 597

Change keyboard shortcuts

Apologies if this has been answered before. (I assume that it has, but I couldn't find anything with search.) Is it possible to change the keyboard shortcuts? Specifically, I want to change the toggle comment shortcut. I like to make them all the same across all my editors/IDES. e.g., Ctrl + Q toggl...
by carsonma
22 Oct 2017, 23:06
Forum: Ask for Help (v1)
Topic: Make Document Title File Name Friendly
Replies: 2
Views: 474

Re: Make Document Title File Name Friendly

Thanks for the reply! I'll try to integrate it into the existing script.
by carsonma
21 Oct 2017, 16:14
Forum: Ask for Help (v1)
Topic: Make Document Title File Name Friendly
Replies: 2
Views: 474

Make Document Title File Name Friendly

Hi. I'm trying to modify this code to make titles of literature I save filename friendly. I currently have AHK set up to remove carriage returns from document titles. I would like to modify it to: Delete question marks Delete quotation marks (") Delete Asterisks (*) Replace semicolons with "--" (dou...

Go to advanced search