Lines Matching +full:per +full:- +full:string
6 Per Hedeland
7 (per@erix.ericsson.se)
11 than a "how-to" document.
22 bindkey $key self-insert-command
30 variable to an appropriate value - the NLS would then indicate exactly which
33 the NLS in SunOS 4.1 - without the NOREBIND setting, all of the
34 Meta-<non-control-character> bindings would be undone in these cases.
38 (M-d, M-e etc) are not conveniently placed.
56 ! Caps- or whatever Lock you currently have, add the two lines below
80 # Make Alt-] etc produce the "appropriate" Swedish iso8859/1 keysym values
83 xmodmap -pk | sed -e 's/[()]//g' | \\
111 }' | xmodmap -
116 self-insert-command, I lost the ability to use the Meta key to call the
117 functions previously bound to M-d, M-e, and M-v (<esc>d etc still works).
122 Since M-d is the only one of the "lost" key combinations that was
124 and it had the same binding as M-D, I can use the following in
129 Meta ~Ctrl<Key>d: string(0x1b) string(d)
132 - or, if I really want a complete mapping:
136 :Meta ~Ctrl<Key>d: string(0x1b) string(d) \\n\\
137 :Meta ~Ctrl<Key>D: string(0x1b) string(D) \\n\\
138 :Meta ~Ctrl<Key>e: string(0x1b) string(e) \\n\\
139 :Meta ~Ctrl<Key>E: string(0x1b) string(E) \\n\\
140 :Meta ~Ctrl<Key>v: string(0x1b) string(v) \\n\\
141 :Meta ~Ctrl<Key>V: string(0x1b) string(V)