Keybow backslash b

I want to program the Keybow to type “\b”, but it is not working.

This does not work, so i guess it needs a specialty command:

function handle_key_00(pressed)
keybow.set_key("\b", pressed)
end