b8dfdad887
via the app-resource file. Point this out in the MESSAGE. Hint from Geoff Wing in private mail.
28 lines
910 B
Text
28 lines
910 B
Text
! $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.
|
|
!
|
|
! To enable this feature, just comment the current active one
|
|
! and uncomment the one you prefer.
|
|
|
|
! Select multibyte character sheme
|
|
Rxvt.multichar_encoding: noenc
|
|
! Rxvt.multichar_encoding: eucj
|
|
! Rxvt.multichar_encoding: sjis
|
|
! 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
|
|
|