| Author |
Message |
Topic: How to avoid that CTRL + ALT = ALTGR? |
Boskoop
Replies: 3
Views: 586
|
Forum: Ask for Help Posted: Wed Dec 22, 2010 7:44 pm Subject: How to avoid that CTRL + ALT = ALTGR? |
Thanks for answering. Unfortunately none of the scripts is working.
Boskoop |
Topic: How to avoid that CTRL + ALT = ALTGR? |
Boskoop
Replies: 3
Views: 586
|
Forum: Ask for Help Posted: Tue Dec 21, 2010 9:23 pm Subject: How to avoid that CTRL + ALT = ALTGR? |
| Google docs has a bug: It requires hotkeys like ALT+CTRL+1, ALT+CTRL+2 etc. to assign paragraph styles. ALT+CTRL is the same als ALTGR (or "Right Alt") On non-english keyboards ALTGR plus nu ... |
Topic: Capslock to trigger hotstrings? |
Boskoop
Replies: 1
Views: 337
|
Forum: Ask for Help Posted: Sun Aug 09, 2009 2:33 pm Subject: Capslock to trigger hotstrings? |
| I'm a heavy user of hotstrings. Unfortunately I'm running out of abbreviations. A lot of them already interfere with the text I type (using three languages and a lot of acronyms). I would like to use ... |
Topic: Lightweight portable RTF-editor |
Boskoop
Replies: 4
Views: 2944
|
Forum: Utilities & Resources Posted: Wed Jul 22, 2009 7:57 pm Subject: Lightweight portable RTF-editor |
| I was looking for a lightweight portable RTF-editor supporting styles, hotkeys for styles and a list of headings in a sidebar to keep track of the document structure. Open Office starts far too slowly ... |
Topic: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
Boskoop
Replies: 122
Views: 53343
|
Forum: Utilities & Resources Posted: Tue Feb 12, 2008 6:19 pm Subject: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
Apparently, Notepad++ 4.7 supports external lexers
As well, besides the User Language Define System, the new language (Scintilla external lexer) can be added in Notepad++ under the plugin form.
( ... |
Topic: Tool to search local html-sites? |
Boskoop
Replies: 2
Views: 1120
|
Forum: Utilities & Resources Posted: Mon Feb 04, 2008 5:15 pm Subject: Tool to search local html-sites? |
| I have a bunch of local HTML-sites on my computer. I would like to search them- with search results in a Google-like presentation. I'm not allowed to install Google desktop or another desktop search s ... |
Topic: Synplus (plugin for Total Commander) as AHK-editor |
Boskoop
Replies: 8
Views: 4554
|
Forum: Utilities & Resources Posted: Thu Dec 27, 2007 4:54 pm Subject: Synplus (plugin for Total Commander) as AHK-editor |
| I found Synplus when looking for an editor two years ago. I must admit, I never used it (too slow on my old computer). I settled with Notepad++. I never updated the syntax file. But it was easy as far ... |
Topic: What is your screen resolution ? |
Boskoop
Replies: 22
Views: 1779
|
Forum: General Chat Posted: Tue Sep 25, 2007 6:11 pm Subject: What is your screen resolution ? |
1064x1280, 106dpi, portrait-mode at home (really useful for longer texts and code), landscape at work. Max line lenght in Notepad++ is 93.
Boskoop |
Topic: GUI radio button labels and system font size |
Boskoop
Replies: 7
Views: 1273
|
Forum: Bug Reports Posted: Sat Aug 18, 2007 9:26 am Subject: GUI radio button labels and system font size |
Thank you!
gui, add, radio, -Wrap, VioletThe -wrap option did the trick. As far as I could test it, it has no side effects on my GUI either. .
I can't reproduce it by switching from 96 to 120 dpi. ... |
Topic: GUI radio button labels and system font size |
Boskoop
Replies: 7
Views: 1273
|
Forum: Bug Reports Posted: Sun Aug 12, 2007 8:35 am Subject: GUI radio button labels and system font size |
I don't think that non-supported font sizes are the problem:
1. Arial 8pt is supported (All word processors on my system offer this font-size), and it shows wrong in the GUI
2. Courier 4 isn't sup ... |
Topic: Gui for CMOSTimer (Wake up your PC at a specified time etc.) |
Boskoop
Replies: 10
Views: 6363
|
Forum: Scripts & Functions Posted: Sat Aug 11, 2007 8:44 am Subject: Gui for CMOSTimer (Wake up your PC at a specified time etc.) |
| Scheduled tasks can wake a computer from standby or hibernate mode to perform a task. I think, that's the easiest way to start a computer automatically . You can find infos on hibernate mode [url=htt ... |
Topic: GUI radio button labels and system font size |
Boskoop
Replies: 7
Views: 1273
|
Forum: Bug Reports Posted: Sat Aug 11, 2007 8:17 am Subject: GUI radio button labels and system font size |
Thanks for your answer. Have tried it with 110% system font size.
This provides some sort of workaround.
Font size and type has this effekt:
1. When using monospaced font types (I tried courie ... |
Topic: GUI radio button labels and system font size |
Boskoop
Replies: 7
Views: 1273
|
Forum: Bug Reports Posted: Fri Aug 10, 2007 6:48 pm Subject: GUI radio button labels and system font size |
The radio button labels become unreadable with with system font size bigger than standard:
The following code
gui, add, radio, , Yellow
gui, add, radio, , Bluegreen
gui, add, radio, , Violet
gu ... |
Topic: AHK-Scheduler |
Boskoop
Replies: 24
Views: 12253
|
Forum: Scripts & Functions Posted: Mon Mar 12, 2007 6:48 pm Subject: AHK-Scheduler |
When I couldn't get it to work in win98 I stopped working on this, but now I'll post it for posterity.
That's a pity. Actually, adding support for multiple timers and for periodic timers was the next ... |
Topic: AHK-Scheduler |
Boskoop
Replies: 24
Views: 12253
|
Forum: Scripts & Functions Posted: Sun Feb 25, 2007 10:48 pm Subject: AHK-Scheduler |
Sorry for answering so late. Maybe you both solved your problem by buying a new computer in the meantime
I tried in vain to find a Windows 98 computer to reproduce your problem. So I just go ... |
| |