in reply to XY Problem

Until now, not mentioned: the YZ problem.

You are used to qwertz, but, at the console, your server has qwerty. Verz funnz.
Where is the pipe char, damnit?

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Replies are listed 'Best First'.
Re^2: XY Problem
by hdb (Monsignor) on Oct 23, 2015 at 07:04 UTC

    Shift plus bottom row most left key (UK mapping, not sure about US).

    My solution to the YZ problem is to use an unlabeled keyboard to avoid the eye being misled about the actual key mapping.

      (UK mapping, not sure about US).

      On the US keymap \| are where #~ are on the UK keymap.

      My solution to the YZ problem is to use an unlabeled keyboard to avoid the eye being misled about the actual key mapping.

      For the same reason I have a blank keyboard, too ;-) - and I use it mostly in the UK layout, which I found most suitable for perl programming.

      perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'