Difference between revisions of "Talk:Fonts"
Thestinger (talk | contribs) (re) |
Yecril71pl (talk | contribs) (→‘Set the proper key map’?: new section) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == ‘Set the proper key map’? == |
− | |||
− | + | FONT_MAP does not set the key map. | |
− | + | I put the following code into <TT >/etc/profile.d/locale.sh</TT >: | |
+ | (case "${LANG}" in | ||
+ | pl_*) FONT=lat2-16;; | ||
+ | *) let 0;; | ||
+ | esac && setfont $FONT) | ||
− | + | This allows the user to use a different locale than the system default. Of course, the list of supported languages must be extended. | |
− | + | --[[User:Yecril71pl|Yecril71pl]] ([[User talk:Yecril71pl|talk]]) 13:50, 11 May 2013 (UTC) | |
− | |||
− |
Revision as of 13:50, 11 May 2013
‘Set the proper key map’?
FONT_MAP does not set the key map.
I put the following code into /etc/profile.d/locale.sh:
(case "${LANG}" in pl_*) FONT=lat2-16;; *) let 0;; esac && setfont $FONT)
This allows the user to use a different locale than the system default. Of course, the list of supported languages must be extended.
--Yecril71pl (talk) 13:50, 11 May 2013 (UTC)