I am using puppy linux and I want to map function keys F2 and F3 according to our setup.
When I press F3 my setup file should be run. I tried bind function to bind keys. It is working properly.
Code: Select all
`bind '"\eOQ":"pwd\n"'`
But I want to make this changes permanently I used to put this in .xinitrc file to take effect but it is not working. How to make this effect permanent?