Add Greek letters to .XCompose

This commit is contained in:
Observer of Time 2019-05-31 12:22:56 +03:00
parent bca81582fd
commit c132fbf54b
Signed by: chronobserver
GPG Key ID: 8A2DEA1DBAEBCA9E
5 changed files with 201 additions and 166 deletions

View File

@ -10,7 +10,7 @@
<Multi_key> <space> <space> : " " nbsp # NO-BREAK SPACE
<Multi_key> <minus> <underscore> <minus> : "⍽" U237D # SHOULDERED OPEN BOX
<Multi_key> <asciitilde> <asciitilde> : "〜" U301C # WAVE DASH
<Multi_key> <asciicircum> <asciicircum> : "〰" U3030 # WAVY DASH
<Multi_key> <asciicircum> <asciitilde> : "〰" U3030 # WAVY DASH
<Multi_key> <j> <minus> : "ー" U3007 # KATAKANA-HIRAGANA PROLONGED SOUND MARK
<Multi_key> <j> <asciitilde> : "" UFF5E # FULLWIDTH TILDE
# }}}
@ -298,6 +298,31 @@
<Multi_key> <y> <y> : "☯" U262F # YIN YANG
# }}}
# Greek letters {{{
<dead_acute> <Greek_ALPHA> : "Ά" U0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS
<dead_acute> <Greek_EPSILON> : "Έ" U0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS
<dead_acute> <Greek_ETA> : "Ή" U0389 # GREEK CAPITAL LETTER ETA WITH TONOS
<dead_acute> <Greek_IOTA> : "Ί" U038A # GREEK CAPITAL LETTER IOTA WITH TONOS
<dead_acute> <Greek_OMICRON> : "Ό" U038C # GREEK CAPITAL LETTER OMICRON WITH TONOS
<dead_acute> <Greek_UPSILON> : "Ύ" U038E # GREEK CAPITAL LETTER UPSILON WITH TONOS
<dead_acute> <Greek_OMEGA> : "Ώ" U038F # GREEK CAPITAL LETTER OMEGA WITH TONOS
<dead_diaeresis> <Greek_IOTA> : "Ϊ" U03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
<dead_diaeresis> <Greek_UPSILON> : "Ϋ" U03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
<dead_acute> <Greek_alpha> : "ά" U03AC # GREEK SMALL LETTER ALPHA WITH TONOS
<dead_acute> <Greek_epsilon> : "έ" U03AD # GREEK SMALL LETTER EPSILON WITH TONOS
<dead_acute> <Greek_eta> : "ή" U03AE # GREEK SMALL LETTER ETA WITH TONOS
<dead_acute> <Greek_iota> : "ί" U03AF # GREEK SMALL LETTER IOTA WITH TONOS
<dead_diaeresis> <Greek_iota> : "ϊ" U03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA
<dead_acute> <dead_diaeresis> <Greek_iota> : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
<dead_diaeresis> <dead_acute> <Greek_iota> : "ΐ" U0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
<dead_acute> <Greek_omicron> : "ό" U03CC # GREEK SMALL LETTER OMICRON WITH TONOS
<dead_acute> <Greek_upsilon> : "ύ" U03CD # GREEK SMALL LETTER UPSILON WITH TONOS
<dead_diaeresis> <Greek_upsilon> : "ϋ" U03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA
<dead_diaeresis> <dead_acute> <Greek_upsilon> : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
<dead_acute> <dead_diaeresis> <Greek_upsilon> : "ΰ" U03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
<dead_acute> <Greek_omega> : "ώ" U03CE # GREEK SMALL LETTER OMEGA WITH TONOS
# }}}
# Hiragana {{{
<Multi_key> <h> <a> : "あ" U3042 # HIRAGANA LETTER A
<Multi_key> <h> <i> : "い" U3044 # HIRAGANA LETTER I

View File

@ -15,14 +15,15 @@ Width 1366=1004
[MainWindow]
Height 1080=619
Height 720=370
Height 768=619
State=AAAA/wAAAAD9AAAAAAAAA+wAAAJNAAAABAAAAAQAAAAIAAAACPwAAAAA
Height 768=590
State=AAAA/wAAAAD9AAAAAAAABVYAAALHAAAABAAAAAQAAAAIAAAACPwAAAAA
ToolBarsMovable=Disabled
Width 1024=648
Width 1280=640
Width 1366=1004
Width 1920=1004
Window-Maximized 768x1024=true
Window-Maximized 768x1366=true
[TabBar]
TabBarVisibility=ShowTabBarWhenNeeded

View File

@ -39,7 +39,7 @@ idle=yes
save-position-on-quit=yes
# Video format/quality that is directly passed to youtube-dl.
ytdl-format=bestvideo+bestaudio
ytdl-format=bestvideo[height<=?1080]+bestaudio/best
# }}}

View File

@ -10,6 +10,9 @@
# Give these arguments to the external downloader.
--external-downloader-args "--file-allocation=none"
# Video format code.
--format "bestvideo[height<=?1080]+bestaudio/best"
# Do not use .part files - write directly into output file.
--no-part

View File

@ -20,6 +20,10 @@ notify-format "%d new articles"
# The configured program will be executed if new articles arrived.
notify-program "~/.newsboat/notif.sh"
# The number of parallel reload threads that
# shall be started when all feeds are reloaded.
reload-threads 4
# The default path where articles shall be saved to.
save-path "~/Documents/RSS"
@ -46,6 +50,8 @@ color listfocus_unread color107 color237 bold
color info color109 color233
color article color187 color235
search-highlight-colors color109 color237 underline
highlight article "^[A-Z][a-z]+:" color214 color235 bold
highlight article "^\\[[0-9]+\\]:" color203 color235 bold
highlight article "(https?|ftp)://[^ ]+" color175 color235