Method for showing onscreen keyboard in Android
This commit is contained in:
parent
0a52d48775
commit
034e865922
1 changed files with 5 additions and 0 deletions
5
ui.el
5
ui.el
|
@ -179,6 +179,11 @@
|
||||||
:config
|
:config
|
||||||
(setq emacs-everywhere-frame-parameters '((name . "emacs-everywhere") (height . 18) (width . 80) (tab-bar-lines . 0))))
|
(setq emacs-everywhere-frame-parameters '((name . "emacs-everywhere") (height . 18) (width . 80) (tab-bar-lines . 0))))
|
||||||
|
|
||||||
|
;; Android specific configuration
|
||||||
|
(when (equal system-type 'android)
|
||||||
|
(global-set-key (kbd "<volume-up> <volume-up>")
|
||||||
|
'(lambda () (interactive) (frame-toggle-on-screen-keyboard (selected-frame) nil))))
|
||||||
|
|
||||||
(provide 'ui)
|
(provide 'ui)
|
||||||
|
|
||||||
;;; ui.el ends here
|
;;; ui.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue