How to Map Key-Bindings in .inputrc, For Maxima only?



Please let me explain my question.

Usually, i use the following lines, in order to bind some shortcut,
only for some application name..
for example:
$if bash
<<some key bindings...>>
$endif

$if gdb
<<other key bindings...>>
$endif

Now, the bash man page says that EVERY application that uses the
readline library should provide an "application name" so it can be
used in the "$if <<aplication-name>>" test, like i've showed above...

So, I tried "$if Maxima" and $if maxima", but they are not
working....so what is the application name?

thanks