I’ve used auto-complete.el in Emacs for ages. I’m using Emacs a bit more these days and my left pinky is starting to get RSI from hitting TAB and ctrl all the time. I’ve done some keyboard remapping to alleviate the situation but every few characters I’m generally pressing tab to complete a word. Is there any way to switch auto-complete.el from using TAB for completion to spacebar with my less used and stronger thumbs?
Edit2: I was using a really old version of auto-complete.el which meant that @hd1 suggestion didn’t work for me immediately.
Going to the source and scrolling down to line 235 shows that if you set the variable
ac-trigger-keyyou can change the key that’s used to trigger completion. You should set this variable in yourcustom-set-variablesblock in your .emacs file.