ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.pod
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.229 by root, Sun Apr 27 20:26:28 2014 UTC vs.
Revision 1.230 by sf-exg, Mon Apr 28 16:00:34 2014 UTC

1055extension might provide. 1055extension might provide.
1056 1056
1057The key combination that triggers the action, I<sym>, has the following format: 1057The key combination that triggers the action, I<sym>, has the following format:
1058 1058
1059 (modifiers-)key 1059 (modifiers-)key
1060 1060
1061Where I<modifiers> can be any combination of B<ISOLevel3>, B<AppKeypad>, 1061Where I<modifiers> can be any combination of B<ISOLevel3>, B<AppKeypad>,
1062B<Control>, B<NumLock>, B<Shift>, B<Meta>, B<Lock>, B<Mod1>, B<Mod2>, 1062B<Control>, B<NumLock>, B<Shift>, B<Meta>, B<Lock>, B<Mod1>, B<Mod2>,
1063B<Mod3>, B<Mod4>, B<Mod5>, and the abbreviated B<I>, B<K>, B<C>, B<N>, 1063B<Mod3>, B<Mod4>, B<Mod5>, and the abbreviated B<I>, B<K>, B<C>, B<N>,
1064B<S>, B<M>, B<A>, B<L>, B<1>, B<2>, B<3>, B<4>, B<5>. 1064B<S>, B<M>, B<A>, B<L>, B<1>, B<2>, B<3>, B<4>, B<5>.
1065 1065
1170The first line disables the paste functionality for that key 1170The first line disables the paste functionality for that key
1171combination, and the second reinstates the default behaviour for 1171combination, and the second reinstates the default behaviour for
1172C<Control-Shift-Insert>, which would otherwise be overridden. 1172C<Control-Shift-Insert>, which would otherwise be overridden.
1173 1173
1174Similarly, to let applications gain access to the C<C-M-c> (copy to 1174Similarly, to let applications gain access to the C<C-M-c> (copy to
1175clipboard) and C<C-M-v> (paste clipboard) key combination, you cna do 1175clipboard) and C<C-M-v> (paste clipboard) key combination, you can do
1176this: 1176this:
1177 1177
1178 URxvt.keysym.C-S-c: builtin-string: 1178 URxvt.keysym.C-S-c: builtin-string:
1179 URxvt.keysym.C-S-v: builtin-string: 1179 URxvt.keysym.C-S-v: builtin-string:
1180 1180

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines