echo "Dummy input method \"none\" (do not use any input method at all by default)"

export XMODIFIERS=@im=local       # use "Compose"
export GTK_IM_MODULE=xim
export QT_IM_SWITCHER=imsw-none   # disable input method switching in Qt
export QT_IM_MODULE=xim

return 0
