- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In any (GETKWORD...) call, if the user enters [Shift-W] to access a keyword beginning with "W", the option is NOT selected. Instead, the NAVSWHEEL is displayed.
I ran into this again today and was looking again for a solution and a refresher on the problem. I have distilled the circumstance in which this problem consistently bites me to the example code below: If anyone can confirm that [Shift-W] brings up the NAVSWHEEL in response to the code below I would appreciate it.
(initget 1 "Yes No What") (setq x (getkword "Are you sure? [Yes/No/What] "))
;also, GETSTRING examples that behave properly
(setq x (getstring T "Spell \"What\")); and,
(setq x (getstring nil "Spell \"What\"))
; both produce a capital "W" at the command line and DO NOT display the NAVSWHEEL
; This is how (GETKWORD...) should function.
I know, it is NOT necessary to use the shift key to access the "What" option but my fingers do not know that. They have 34 years of muscle memory that I find very difficult to overcome in my efforts to stop using the shift key.
When I press Shift-W to choose the "W" option while exercising any lisp commands or functions that employ the GETKWORD function I always get the NAVSWHEEL instead of a capital "W".
This is not acceptable behavior. If Shift-W is valid input to the active command line prompt then Shift-W should not produce anything other than a capital W on the command line!
Over the past several years it has been explained multiple times, and even from Autodesk itself, that it is NOT possible to disable the [Shift-W] invocation of the NAVSWHEEL. The only fix for this problem (other than retraining my fingers to never use the shift key with the letter "W") is for Autodesk to correct its programming so that [Shift-W] results in a capital W on the command line during a (GETKWORD...) call just as it does in a (GETSTRING...) call.
(IMHO)
Product Version: 13.6.1963.0 Civil 3D 2024.4.1 Update Built on: U.202.0.0 AutoCAD 2024.1.6
27.0.37.14 Autodesk AutoCAD Map 3D 2024.0.1
8.6.52.0 AutoCAD Architecture 2024
Solved! Go to Solution.