Home
Developer Resources
QNX RTOS v4
QNX RTOS v4 Knowledge Base

QNX RTOS v4 Knowledge Base

Foundry27
Foundry27
QNX RTOS v4 project
Resources

QNX RTOS v4 Knowledge Base

Title Keybindings and auto complete
Ref. No. QNX.000010347
Category(ies) Configuration
Issue How do I find out the keybindings to set the auto completion of files to the <tab> key?
Solution What you are looking for under ksh  is'bind'. If you just type 'bind'at the prompt  you will see the keybindings for stuff. Now, if
you wanted to set your completion to be <tab> you would put something like

bind ^I=complete

in your .profile. Incidentally, one thing you might like to note under photon is that the default pterm is not started as a login shell and will not, therefore, read your configuration files (/etc/profile, ~/.profile).
To change this, you need to right-click on the shelf and click setup.  Then go to the pterm entry and change 'pterm' to 'pterm -l'.  The other place is in ~/.ph/wm/wm.menu where you can add a -l after the pterm entry.  This second change won't happen until you restart the window manager though.