Added "!" as a macro for "drc find ; findbox zoom ; zoom 16" as

suggested by Matt Guthaus in github issue #127.
This commit is contained in:
Tim Edwards 2022-02-15 14:27:28 -05:00
parent 436a70ce65
commit 9086773d8c
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ macro Control_Shift_XK_z "center"
#endif /* (XLIB) */
# Question mark
macro ? "drc why"
#ifndef USE_READLINE
macro ! "drc find; findbox zoom; zoom 16"
#endif /* (!USE_READLINE) */
macro / "select area; what ; select clear"
# Comma key
macro , "select clear"