comparison lisp/term/w32-win.el @ 67185:097959cbc08d

Bind [S-tab] to [backtab].
author Juri Linkov <juri@jurta.org>
date Mon, 28 Nov 2005 21:19:59 +0000
parents c50250830b62
children 665da4a60868 7beb78bc1f8e
comparison
equal deleted inserted replaced
67184:b961a70a132c 67185:097959cbc08d
1037 (interactive) (w32-send-sys-command ?\xf100))) 1037 (interactive) (w32-send-sys-command ?\xf100)))
1038 1038
1039 (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame 1039 (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame
1040 global-map) 1040 global-map)
1041 1041
1042 (define-key function-key-map [S-tab] [backtab])
1043
1042 1044
1043 ;;; Do the actual Windows setup here; the above code just defines 1045 ;;; Do the actual Windows setup here; the above code just defines
1044 ;;; functions and variables that we use now. 1046 ;;; functions and variables that we use now.
1045 1047
1046 (setq command-line-args (x-handle-args command-line-args)) 1048 (setq command-line-args (x-handle-args command-line-args))