Efeezy Posted October 13, 2015 Posted October 13, 2015 I tried writing a simple lisp to make a hotkey for Burst. I want to type BB instead of typing BURST. I have also tried using the express tools/Alias Editor and that won't work either. Any thoughts or advice? BURST (defun c:BB()(command "BURST")) Quote
Tharwat Posted October 13, 2015 Posted October 13, 2015 That command is a lisp file so try this; (c:burst) Quote
Lee Mac Posted October 13, 2015 Posted October 13, 2015 Alternatively, there are my Burst Upgraded & Nested Burst programs which may be more helpful. Quote
Efeezy Posted October 13, 2015 Author Posted October 13, 2015 thanx guys I love the Burst Upgraded. I changed it to BB since I don't like typing BURST or IBURST. Quote
Lee Mac Posted October 13, 2015 Posted October 13, 2015 thanx guys I love the Burst Upgraded. I changed it to BB since I don't like typing BURST or IBURST. No worries! Quote
Recommended Posts
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.