Cursor to Beginning of Line

Cursor to Beginning of Line

8
NewbieNewbie
8

    Jul 07, 2005#1

    Hi,

    This is probably a really easy one.

    I have found all the Key commands except I want a command that will put my cursor to the very beginning of the line that I am in not matter if the line contains tabs or spaces.

    Please advise. Thanks

    206
    MasterMaster
    206

      Jul 07, 2005#2

      The Home key.
      Software For Metalworking
      http://closetolerancesoftware.com

      6,683583
      Grand MasterGrand Master
      6,683583

        Jul 08, 2005#3

        The Home key does it, when at Advanced - Configuration - Edit the option Home Key Always Goto Column 1 is set.
        Best regards from an UC/UE/UES for Windows user from Austria

        46
        Basic UserBasic User
        46

          Jul 11, 2005#4

          If you don't want to set the option, you can simply use this macro:

          Code: Select all

          Key HOME
          IfColNumGt 1
          Key HOME
          EndIf
          This will ever move the cursor at beginning of a line.
          Never forget: "Above the clouds, The sky is blue and the sun shine"