Function: xwidget-webkit-pass-command-event-with-input-method

xwidget-webkit-pass-command-event-with-input-method is an interactive and byte-compiled function defined in xwidget.el.gz.

Signature

(xwidget-webkit-pass-command-event-with-input-method)

Documentation

Handle a with-input-method event.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defun xwidget-webkit-pass-command-event-with-input-method ()
  "Handle a `with-input-method' event."
  (interactive)
  (let ((key (pop unread-command-events)))
    (setq xwidget-webkit--input-method-events
          (funcall input-method-function key))
    (exit-minibuffer)))