Search found 2 matches

by rich770
Wed Apr 30, 2014 3:38 pm
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: General discussion about plugins.
Replies: 139
Views: 3059707

Re: General discussion about plugins.

What is "Ctrl + /" assigned to?
I looked around and I didn't find it in the menus or the shortcut list.
by rich770
Tue Apr 29, 2014 11:43 pm
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: General discussion about plugins.
Replies: 139
Views: 3059707

Re: General discussion about plugins.

I'm working on a "Toggle Comment" script, but having trouble with key binding. I want to bind "Ctrl + /" I first tried to assign a shortcut key, but it doesn't seem to respond to that. (a bug) Next I tried to make a signal to "keydown", but I'm not sure how to do a combination key, with Ctrl. Any ...