I had the same problem, and opted to change the chunk boundary key instead. You can do this by changing the value of chunkoverlay in NEI.cfg. It uses LWJGL key codes, which can be looked up in the org.lwjgl.input.Keyboard table here: http://www.lwjgl.org/javadoc/constant-values.html
(Yes, all...