Home | History | Annotate | Download | only in emacs

Lines Matching refs:map

46 (defvar android-host-command-map (make-sparse-keymap))
52 (define-key global-map (read-kbd-macro val) android-host-command-map)
55 (let ((map android-host-command-map))
56 (define-key map (kbd "a") 'android-adb-root)
57 (define-key map (kbd "r") 'android-adb-remount)
58 (define-key map (kbd "s") 'android-adb-sync)
59 (define-key map (kbd "b") 'android-adb-shell-reboot-bootloader)
60 (define-key map (kbd "f") 'android-fastboot-flashall))