unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Bind CTRL-S (CTRL-shift-S) separately from CTRL-s?
@ 2011-05-22 19:10 keepplugging
  2011-05-23  1:51 ` Stefan Monnier
  2011-05-24 16:51 ` Deniz Dogan
  0 siblings, 2 replies; 4+ messages in thread
From: keepplugging @ 2011-05-22 19:10 UTC (permalink / raw)
  To: help-gnu-emacs

Using Windows XP.  Emacs  23.2.1 (i386-mingw-nt5.1.2600)  of
2010-05-08 on G41R2F1

How do I bind CTRL-S (CTRL-shift-S) to a function without affecting
CTRL-s?

I've tried
(global-set-key "\C-S" 'blabbafunc)
(global-set-key "\C-S-s" 'blabbafunc)
(global-set-key "S-\C-s" 'blabbafunc)
(define-key key-translation-map "\C-S" 'blabbafunc)
(define-key key-translation-map "S-\C-s" 'blabbafunc)

None of that is right.

Regards, Bob


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-24 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-22 19:10 Bind CTRL-S (CTRL-shift-S) separately from CTRL-s? keepplugging
2011-05-23  1:51 ` Stefan Monnier
2011-05-24  1:36   ` Plugger
2011-05-24 16:51 ` Deniz Dogan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).