Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2006-02-15, Philipp Grau <[EMAIL PROTECTED]> wrote: >> (I use more often <shift>-<insert> to paste the text.) > > *Sigh*. I still haven't got around to figuring out how to reconfigure > that to something else. My keyboard doesn't have a frigging insert key! > (These el cheapo logitechs have a huge delete key instead.)
Under X, use xmodmap to remap a key, and xev to know which key to remap. Try something like this : $ xmodmap -e "keycode 110 = Insert" (110 is the pause/break key on my keyboard) -- Matthieu
