Just as a site note, I found it while looking how to set WindowsKey(Super)-tab as a keybinding for lisp-complete-symbol
(define-key lisp-mode-map [s-tab] 'lisp-complete-symbol)
Really easy :)