Binding Windows key in Emacs

I know that FreeBSD does recognise the Windows key since I have 'Super+PgUp/PgDn' in sysutils/lxterminal for Zoom In/Out'.
Does Emacs recognise this key, and if so, how do I define it?

ie, should I use something like

Code:
(keymap-set global-map "Super-<f1>" 'shell)  ; run shell

to run 'shell' using Windows key + F1 ?

That doesn't work for me.
 
Back
Top