Hello:
how do I bind commands to the "G" keys of my G11 keyboard
(
http://www.logitech.com/en-gb/434/285?section=downloads&bit=&osid=13). I've
already used-up all of my "F" keys (see below):
unfortunately, replacing the "f" with "g" does not work.
Sirano
<
http://www.sgc.utoronto.ca/pmwiki/pmwiki.php?n=ubiquitinbiology.HomePage>
(define-key global-map '(f1)
'set-mark-command)
(define-key global-map '(f2)
'string-rectangle)
(define-key global-map '(f3) 'q125)
(define-key global-map '(f4)
'delete-all)
(define-key global-map '(f5)
'hyphenall)
(define-key global-map '(f6)
'fastall)
(define-key global-map '(f7)
'sequence-one-line3)
(define-key global-map '(f8)
'hyphenall_with_vecseq)
(define-key global-map '(f9)
'set-mark-command)
(define-key global-map '(f10)
'kill-rectangle)
(define-key global-map '(f11)
'count-lines-region)
(define-key global-map '(f12)
'yank-rectangle)
(define-key global-map '(control f1) 'fasta2sirana)
(define-key global-map '(control f2) 'lig-pY)
(define-key global-map '(control f3) 'q127)
(define-key global-map '(control f4) 'lig-unmodified)
(define-key global-map '(control f5) 'translation_all)
(define-key global-map '(control f6) 'query-replace)
(define-key global-map '(control f7) 'load-file)
(define-key global-map '(control f8) 'set-regexp-face-interactively)
(define-key global-map '(control f9) 'set-mark-command)
(define-key global-map '(control f10)
'2glycerolfamilies)
(define-key global-map '(control f11)
'consensus_alignment)
(define-key global-map '(control f12)
'consensus_2dpred)
(define-key global-map '(shift f1) 'rev_trans_ascii_all)
(define-key global-map '(shift f2) 'hyphenallminus)
(define-key global-map '(shift f3) 'pymol2sdp)
(define-key global-map '(shift f4) 'custom-set-faces2)
(define-key global-map '(shift f5) 'misc_sites)
(define-key global-map '(shift f6) 'protein-weight-region)
(define-key global-map '(shift f7) '2expressions)
(define-key global-map '(shift f8) 'sortfasta)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta