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:
parent
436a70ce65
commit
9086773d8c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue