topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 6:46 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Fast as the wind  (Read 3666 times)

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Fast as the wind
« on: June 14, 2012, 09:40 AM »
 ;D

I am looking for going fast in word 2002 or xp.
So I need definable macro scripts.
But AHK is much better because I can use in other environments too.

I have a trauma with Word when I delete something and leave me in the first page again of my document.
I have study a lot of ways to take control of my "situation" in the word document.
But I want more ( I need more).

Somethings I would like to do is being able with definable hotkeys to go quickly from one part of the document to any other : five pages in advance, retro five pages, and so on.

Do you know software for this or is time for a coding snack ?

 :-*

P.D. to use with Adobe Acrobat 7, notepad++ if possible, and so on.
I supposed that all environments are not possible : Firefox, etc.

I need, to begin, a script to take me five pages in advance, and other hotkey to take me five page retro.

 :P

eleman

  • Spam Killer
  • Supporting Member
  • Joined in 2009
  • **
  • default avatar
  • Posts: 413
    • View Profile
    • Donate to Member
Re: Fast as the wind
« Reply #1 on: June 14, 2012, 09:44 AM »
Try ctrl-g in word.

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Fast as the wind
« Reply #2 on: June 14, 2012, 10:10 AM »
Try ctrl-g in word.

I know a lot of word combinations for keyboard shortcuts. But I am looking for special ones.
Control+G in my system under word xp is for save a file...

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Fast as the wind
« Reply #3 on: June 14, 2012, 10:13 AM »
Eleman I have the meaning of Control+G in english : Go to.

Too many keys used to go.

I am looking for more powerful scripts.

I know the hotkeys from Word xp

http://www.shortcut-...s-microsoft-word.php

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Fast as the wind
« Reply #4 on: June 14, 2012, 10:16 AM »
I need a special one.

It's very disgusting when I delete certain elements in word that take me to the beginning of the document.

In what way can I come back to the initial place without undo the change ?

Best Regards

Note : a Soft to remember the last cursor position.
« Last Edit: June 14, 2012, 10:29 AM by Contro »

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Fast as the wind
« Reply #5 on: June 14, 2012, 10:56 AM »
Something like Shift+F5 but more powerful

 :(

kunkel321

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 597
    • View Profile
    • Donate to Member
Re: Fast as the wind
« Reply #6 on: June 14, 2012, 11:01 AM »
I would recommend using Word's native VBA.  Unfortunately this will only work in Microsoft Office applications.  Not FF, N++, etc.  You can also try to create a script using AHK, but you may find that it acts differently in each application.

RE: The cursor going to the 'home' position after a deletion:   I don't see this happening...  If I use Word, and delete a section, the cursor stays in that spot.

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Fast as the wind
« Reply #7 on: June 14, 2012, 03:53 PM »
I would recommend using Word's native VBA.  Unfortunately this will only work in Microsoft Office applications.  Not FF, N++, etc.  You can also try to create a script using AHK, but you may find that it acts differently in each application.

RE: The cursor going to the 'home' position after a deletion:   I don't see this happening...  If I use Word, and delete a section, the cursor stays in that spot.

Happen to me with codes or fields in Word 2002. It's that version what I need to use because of my fusion with goldmine 5.5.

I think that an AHK script able to determine the open application can act according.
and even don't act under certain programs.