Hi!
I want to change the key  as follow.

(global-set-key "\C-\." 'end-of-buffer)
(global-set-key "\C-\," 'beginning-of-buffer)
 
the Ctrl-, and Ctrl-.
but it doesn't work. how to escape the symbol "comma" and "dot"

Thx