Fix spelling.
This commit is contained in:
parent
d845ecd7fc
commit
db06eeded5
@ -178,8 +178,8 @@ The following people have contributed graphics:
|
||||
* WOFall (icon)
|
||||
* regines (key binding cheatsheet)
|
||||
|
||||
Thanks / Similiar projects
|
||||
--------------------------
|
||||
Thanks / Similar projects
|
||||
-------------------------
|
||||
|
||||
Many projects with a similar goal as qutebrowser exist:
|
||||
|
||||
|
@ -5,9 +5,9 @@ The Compiler <mail@qutebrowser.org>
|
||||
qutebrowser is extensible by writing userscripts which can be called via the
|
||||
`:spawn --userscript` command, or via a key binding.
|
||||
|
||||
These userscripts are similiar to the (non-javascript) dwb userscripts. They
|
||||
can be written in any language which can read environment variables and write
|
||||
to a FIFO. Note they are *not* related to Greasemonkey userscripts.
|
||||
These userscripts are similar to the (non-javascript) dwb userscripts. They can
|
||||
be written in any language which can read environment variables and write to a
|
||||
FIFO. Note they are *not* related to Greasemonkey userscripts.
|
||||
|
||||
Note for simple things such as opening the current page with another browser or
|
||||
mpv, a simple key binding to something like `:spawn mpv {url}` should suffice.
|
||||
|
@ -85,10 +85,10 @@ def check_spelling():
|
||||
'[Rr]eproducable'}
|
||||
|
||||
# Words which look better when splitted, but might need some fine tuning.
|
||||
words |= {'[Kk]eystrings', '[Ww]ebelements', '[Mm]ouseevent',
|
||||
'[Kk]eysequence', '[Nn]ormalmode', '[Ee]ventloops',
|
||||
'[Ss]izehint', '[Ss]tatemachine', '[Mm]etaobject',
|
||||
'[Ll]ogrecord', '[Ff]iletype'}
|
||||
words |= {'[Ww]ebelements', '[Mm]ouseevent', '[Kk]eysequence',
|
||||
'[Nn]ormalmode', '[Ee]ventloops', '[Ss]izehint',
|
||||
'[Ss]tatemachine', '[Mm]etaobject', '[Ll]ogrecord',
|
||||
'[Ff]iletype'}
|
||||
|
||||
seen = collections.defaultdict(list)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user