Function: tool-bar-event-apply-shift-modifier
tool-bar-event-apply-shift-modifier is a byte-compiled function
defined in tool-bar.el.gz.
Signature
(tool-bar-event-apply-shift-modifier IGNORE-PROMPT)
Documentation
Like event-apply-shift-modifier.
However, take additional modifier tool bar items into account;
apply any extra modifiers bound to subsequent tool-bar events.
Source Code
;; Defined in /usr/src/emacs/lisp/tool-bar.el.gz
(defun tool-bar-event-apply-shift-modifier (_ignore-prompt)
"Like `event-apply-shift-modifier'.
However, take additional modifier tool bar items into account;
apply any extra modifiers bound to subsequent `tool-bar' events."
(modifier-bar-button '(shift)))