Jump to content

Single key keyboard short cuts. How did I do it? I forgot.


Recommended Posts

Posted

Recently I made single key keyboard shortcuts on my machine. I assigned the 1,2 & 3 keys to mirror, move & copy respectively. Now I want to assign the symbol key to the left of the 1 to toggle PaperSpace (PS). However, I cannot remember how I did it. When I look at my keyboard shortcuts the assignments I made are no where though they work. For a moment, I thought I might have done in through the keyboard driver, but couldn't find any thing there either. Anyone have an idea how I made them. What a question, right?

Posted

You might be looking for your PGP file. You can find it by going to "Tools > Customize > Edit Program Parameters". Scroll down to the bottom to add/edit any changes and once you save and close, type REINIT to reload the PGP file so the edits come into effect.

 

*EDIT*

Mark you might actually be right. "Keyboard Shortcuts" are in the CUI, which can be confused with the PGP file.

Posted
You might be looking for your PGP file. You can find it by going to "Tools > Customize > Edit Program Parameters". Scroll down to the bottom to add/edit any changes and once you save and close, type REINIT to reload the PGP file so the edits come into effect.

 

*EDIT*

Mark you might actually be right. "Keyboard Shortcuts" are in the CUI, which can be confused with the PGP file.

 

 

Yes! Thanks. I now remember it was the pgp file. Opened it and their they were. Assigning through the CUI does not seem to allow single key assignments. They always need shift+ ,CTRL+, etc.

Posted

I'd also recommend you use Acad.pgp, but for those quick little ones LISP is also useful:

 

(defun c:R ()
 (prompt "\n** Bow ties are cool ** ")
 (princ)
)

Posted

osnaps

 

(defun c:39 () (setvar "osmode" 39))
can be any number

(defun c:R0 () (setvar "filletrad" 0)(command "fillet")) 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...