| Author |
Message |
Topic: Strange PSPad window behaviour |
ArchCarrier
Replies: 0
Views: 93
|
Forum: Ask for Help Posted: Sat Jul 11, 2009 8:18 am Subject: Strange PSPad window behaviour |
| I use PSPad as my text editor. I have defined a hotkey to open the program when I need it, but sometimes it doesn't open in the foreground of my other windows: I then have to Alt-Tab to get to the pro ... |
Topic: Where can I get the code (source) of my MSWord page? |
ArchCarrier
Replies: 12
Views: 647
|
Forum: General Chat Posted: Tue Jun 30, 2009 1:08 pm Subject: Where can I get the code (source) of my MSWord page? |
Maybe someone who actually uses MS Word can answer this?  |
Topic: Where can I get the code (source) of my MSWord page? |
ArchCarrier
Replies: 12
Views: 647
|
Forum: General Chat Posted: Tue Jun 30, 2009 12:45 pm Subject: Where can I get the code (source) of my MSWord page? |
| I use OpenOffice myself so I have to do it from memory, but isn't there an option in the Save As dialog that lets you pick the format? RTF stands for Rich Text Format, maybe it's written out like that ... |
Topic: Where can I get the code (source) of my MSWord page? |
ArchCarrier
Replies: 12
Views: 647
|
Forum: General Chat Posted: Tue Jun 30, 2009 11:49 am Subject: Where can I get the code (source) of my MSWord page? |
| You can save files as .docx only if you have Office 2007, but you can export to RTF through the Save As... function in the File menu. |
Topic: Where can I get the code (source) of my MSWord page? |
ArchCarrier
Replies: 12
Views: 647
|
Forum: General Chat Posted: Tue Jun 30, 2009 11:01 am Subject: Where can I get the code (source) of my MSWord page? |
| I don't know anything about .doc structure, but the new .docx files (Office 2007) are basically zipped XML files. Also, you can export .doc files to RTF and edit its source code. |
Topic: Color Zoomer/Picker & Screen Magnifier |
ArchCarrier
Replies: 60
Views: 19939
|
Forum: Scripts & Functions Posted: Tue Jun 16, 2009 7:05 am Subject: Color Zoomer/Picker & Screen Magnifier |
Sean, thanks for the reply (although I'm afraid I didn't understand it). I got it working now, using a script from #NoEnv
#SingleInstance, Force
SetWinDelay, 10
nZ := 3 ; Zoom Fa ... |
Topic: Color Zoomer/Picker & Screen Magnifier |
ArchCarrier
Replies: 60
Views: 19939
|
Forum: Scripts & Functions Posted: Fri Jun 12, 2009 8:58 am Subject: Color Zoomer/Picker & Screen Magnifier |
| I tried to modify the original script so that clicking would send the color code to the clipboard and close the zoomer window, but only six zeros are copied to the clipboard whenever I click. Any sugg ... |
Topic: Hotkey doesn't work when #Included |
ArchCarrier
Replies: 4
Views: 228
|
Forum: Ask for Help Posted: Sun Jan 18, 2009 1:32 pm Subject: Hotkey doesn't work when #Included |
| That was indeed the solution, but not in the pieces of code I posted: in the Functions.ahk that's included in the first line of my .ini file, I had put a hotkey. I was working on both files at the sam ... |
Topic: Play music as long as the keyboard is used (-> Anykey) |
ArchCarrier
Replies: 18
Views: 632
|
Forum: Ask for Help Posted: Sun Jan 18, 2009 9:31 am Subject: Play music as long as the keyboard is used (-> Anykey) |
| It looks a little hokey, but it works. Thanks! |
Topic: Hotkey doesn't work when #Included |
ArchCarrier
Replies: 4
Views: 228
|
Forum: Ask for Help Posted: Sun Jan 18, 2009 9:21 am Subject: Hotkey doesn't work when #Included |
Of course. Here are the very first two lines of my Autohotkey.ini:
#Include c:\Program Files\AutoHotkey\Scripts\Functions.ahk
#Include c:\Program Files\AutoHotkey\Scripts\StartMenu.ahk
A co ... |
Topic: Hotkey doesn't work when #Included |
ArchCarrier
Replies: 4
Views: 228
|
Forum: Ask for Help Posted: Sat Jan 17, 2009 3:16 pm Subject: Hotkey doesn't work when #Included |
I've made a quick popup menu that I like to access using Win+A. I #Include the menu code in the top of my autohotkey.ini
Now, the weird thing is that the hotkey doesn't work when using #Include. Only ... |
Topic: Play music as long as the keyboard is used (-> Anykey) |
ArchCarrier
Replies: 18
Views: 632
|
Forum: Ask for Help Posted: Sat Jan 17, 2009 3:12 pm Subject: Play music as long as the keyboard is used (-> Anykey) |
While the script itself is working fine, I like it to work only when a certain window is active. But it doesn't work. Here's the code:
#IfWinExist ahk_class gdkWindowToplevel
Loop
{
Inpu ... |
Topic: How to toggle between 2 sets of hotkeys? |
ArchCarrier
Replies: 1
Views: 260
|
Forum: Ask for Help Posted: Tue Sep 09, 2008 8:19 am Subject: How to toggle between 2 sets of hotkeys? |
| I have defined many hotkeys for marking up HTML (for example: shift-ctrl-i puts the selection in <em>-tags, and so on). Now I want to use these same hotkeys for marking up LaTeX files, ideally b ... |
Topic: Delete rest of email until start of signature |
ArchCarrier
Replies: 0
Views: 601
|
Forum: Scripts & Functions Posted: Fri Sep 05, 2008 9:08 am Subject: Delete rest of email until start of signature |
| I like to send short replies to the emails I receive (instead of including the whole thread like some people do), but I got tired of deleting everything up to my signature, so I created this rough scr ... |
Topic: Crazy Scripting : ScreenCaptureToPNG 25L |
ArchCarrier
Replies: 14
Views: 2040
|
Forum: Scripts & Functions Posted: Wed Sep 03, 2008 12:00 pm Subject: Crazy Scripting : ScreenCaptureToPNG 25L |
If you think that last one is still 24 lines too big and you have IrfanView installed, you might like the one I always use:
^PrintScreen::Run, "%A_ProgramFiles%\IrfanView\i_view32.exe& ... |
| |