diff options
author | martin <martin> | 2003-04-28 20:31:29 +0000 |
---|---|---|
committer | martin <martin> | 2003-04-28 20:31:29 +0000 |
commit | 79901fc6752ae1b92ee5af9b7c8e86c079db6c0b (patch) | |
tree | 0d404c7ff237b814fd56df6a635b96cda4268845 /x11/rxvt/files | |
parent | 9b5a87985be642cb8a43681c02ced16f3b7f948f (diff) | |
download | pkgsrc-79901fc6752ae1b92ee5af9b7c8e86c079db6c0b.tar.gz |
Compile greek input support into the binary, but disable it by default
via the app-resource file. Point this out in the MESSAGE.
Hint from Geoff Wing in private mail.
Diffstat (limited to 'x11/rxvt/files')
-rw-r--r-- | x11/rxvt/files/Rxvt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/x11/rxvt/files/Rxvt b/x11/rxvt/files/Rxvt index b7c52297f6b..cea93a8c477 100644 --- a/x11/rxvt/files/Rxvt +++ b/x11/rxvt/files/Rxvt @@ -1,4 +1,4 @@ -! $NetBSD: Rxvt,v 1.2 2003/03/27 07:14:26 wiz Exp $ +! $NetBSD: Rxvt,v 1.3 2003/04/28 20:31:29 martin Exp $ ! ! This is a default Rxvt app defaults file that just disables ! default multibyte character encodings. @@ -13,3 +13,16 @@ Rxvt.multichar_encoding: noenc ! Rxvt.multichar_encoding: big5 ! Rxvt.multichar_encoding: gb ! Rxvt.multichar_encoding: kr + +! To avoid interfering with keyboard layouts where Mode_switch is needed +! for non-greek input, map the toggle key to some impossible to input +! symbol by default: +! +Rxvt.greektoggle_key: Greek_OMEGAaccent +! +! If you'd like to enable greek input mode, comment the line above +! and uncomment the one below, maybe replacing Mode_switch with some +! other (normally unused) keyboard symbol. +! +! Rxvt.greektoggle_key: Mode_switch + |