AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 19 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Zoom (Increase/Decrease text size)
fsnow55

Replies: 4
Views: 201

PostForum: Ask for Help   Posted: Wed Aug 20, 2008 8:54 pm   Subject: Zoom (Increase/Decrease text size)
Just to answer my own question... the instructor replied that the zoom and cool cursor features are part of the presentation tool he used, Camtasia Studio.

I think the zooming should be built in t ...
  Topic: Zoom (Increase/Decrease text size)
fsnow55

Replies: 4
Views: 201

PostForum: Ask for Help   Posted: Fri Aug 15, 2008 4:36 pm   Subject: Zoom (Increase/Decrease text size)
I don't think this meets the original request, or at least my interpretation of it (or my own need).... what's needed is a zoom feature that appears to work natively with the application being zoomed. ...
  Topic: How do you make a shortcut for a laptop function key?
fsnow55

Replies: 10
Views: 580

PostForum: Ask for Help   Posted: Fri Aug 08, 2008 9:48 pm   Subject: How do you make a shortcut for a laptop function key?
I found these scan codes for dell (not sure if accurate):
http://www.usnetizen.com/fix_capslock.php

According to above:
Manufacturer Special Keys Scan Code
Dell Internet 01 E0
Dell Fn ...
  Topic: How do you make a shortcut for a laptop function key?
fsnow55

Replies: 10
Views: 580

PostForum: Ask for Help   Posted: Fri Aug 08, 2008 8:05 pm   Subject: How do you make a shortcut for a laptop function key?
add me to the list of users that need the fn key for dell.
The key history didn't help. I want to remap
Fn + Up which does "brighten screen".

Thanks,
fsnow55
  Topic: Mapping 2 keys to one: remap trick but lose auto-repeat
fsnow55

Replies: 3
Views: 80

PostForum: Ask for Help   Posted: Fri Aug 08, 2008 7:38 pm   Subject: Mapping 2 keys to one: remap trick but lose auto-repeat
vahju, please disregard my prev. comment. It worked! (I'd inadvertently left another key-mapping pgm running which was interfering with your function).



Thanks a bunch.
fsnow55
  Topic: Mapping 2 keys to one: remap trick but lose auto-repeat
fsnow55

Replies: 3
Views: 80

PostForum: Ask for Help   Posted: Fri Aug 08, 2008 7:18 pm   Subject: Mapping 2 keys to one: remap trick but lose auto-repeat
vahju:
~Right & PgUp::send {Volume_Up}



Vahju, it still didn't behave as I needed. Try pressing the Right arrow after running the above. Compare with the Left arrow's behavior (notice t ...
  Topic: Mapping 2 keys to one: remap trick but lose auto-repeat
fsnow55

Replies: 3
Views: 80

PostForum: Ask for Help   Posted: Fri Aug 08, 2008 4:19 pm   Subject: Mapping 2 keys to one: remap trick but lose auto-repeat
I'm trying to do this:

Right & PgUp::send {Volume_Up}

; keymap below is to reset original functionality to Right arrow
; if it's missing, I lose the use of Right arrow, which is counter-int ...
  Topic: text file to desktop background
fsnow55

Replies: 17
Views: 658

PostForum: Ask for Help   Posted: Thu Aug 07, 2008 7:51 pm   Subject: text file to desktop background
Lars, I tried your GTD todo script, and liked it. Only problem (mine) was that it doesn't behave well with my tiling windows script, i.e. the background todo list
is not really background and got til ...
  Topic: tile hor/vert hotkey?
fsnow55

Replies: 4
Views: 250

PostForum: Ask for Help   Posted: Fri Jul 25, 2008 9:40 pm   Subject: tile hor/vert hotkey?
here's my simple script based on SKAN's DLLcalls for tiling windows tip.

Hotkey is win + MMB
It toggles between horizontal and vertical tiling.



;;;;;;;;;;;;; windows tiling with Win + MMB ...
  Topic: USB Safely Remove - it's handy
fsnow55

Replies: 11
Views: 1803

PostForum: Utilities & Resources   Posted: Wed Jan 23, 2008 11:24 pm   Subject: use the "safely remove hw" tray icon instead
Not sure what this sw does but I'd resolved issues with removing USB drives . from instructions in the web. These are the 2 common reasons:

1. MS explorer window open with the USB's file/dir (just ...
  Topic: I Require: Any English MP3 song with Lyrics3 V2 TAG
fsnow55

Replies: 12
Views: 420

PostForum: General Chat   Posted: Fri Dec 07, 2007 9:52 pm   Subject: lyric
I think I use it. It's saved as a .lrc file. Reason I'm using it is that it works in many inexpensive Chinese MP3/MP4 players. The format is also very simple to use; just prepend lyrics with the timin ...
  Topic: change script editor
fsnow55

Replies: 14
Views: 1646

PostForum: Wish List   Posted: Fri Sep 14, 2007 9:00 pm   Subject: problem solved
Had the same problem:

1. WindowsXP registry verbs apparently work differently:

a. HKEY_CLASSES_ROOT\batfile\shell\edit\command
set to
C:\MyPrograms\Vim\vim63\gvim.exe %1

WORKS OK i.e. I ...
  Topic: Anyone know of a good free backup utility?
fsnow55

Replies: 28
Views: 2210

PostForum: Utilities & Resources   Posted: Fri Dec 15, 2006 9:19 pm   Subject: Backup Software
Diamond/all, thanks for your inputs. I've been searching for a backup solution too and now abakt is the front-runner.

I was hoping that the backup sw will allow me to save a "clean" copy ...
  Topic: Custom text wrapping script
fsnow55

Replies: 8
Views: 1913

PostForum: Scripts & Functions   Posted: Tue Jun 20, 2006 9:00 pm   Subject: Custom text wrapping script
Finally solved it with help from:
http://www.astro.umd.edu/~harris/cygwin/

i.e. need to set the C:/Cygwin/bin path in my windows path.
  Topic: Custom text wrapping script
fsnow55

Replies: 8
Views: 1913

PostForum: Scripts & Functions   Posted: Tue Jun 20, 2006 8:07 pm   Subject: Custom text wrapping script
Thanks. I found out the problem isn't with the quotes but that I have to fully qualify all the cygwin commands e.g. this works:

RunWait, %BINDIR%\sh.exe -c "/usr/bin/dos2unix </tmp/f ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group