mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-05-01 09:04:06 +02:00
help copyedit: Remove commas before if. Only need after if clause when clause is introductory.
This commit is contained in:
@@ -10,11 +10,11 @@ have 2 possibilities:
|
||||
|pass-through| |<C-z>| |CTRL-Z| +
|
||||
||CTRL-Z||
|
||||
________________________________________________________________________________
|
||||
Disable all Xulmus keys except [m]<Esc>[m] and pass them to the next event
|
||||
handler. This is especially useful, if JavaScript controlled forms like the
|
||||
RichEdit form fields of Gmail don't work anymore. To exit this mode, press
|
||||
[m]<Esc>[m]. If you also need to pass [m]<Esc>[m] in this mode to the web page,
|
||||
prepend it with [m]<C-v>[m].
|
||||
Disable all Xulmus keys except [m]<Esc>[m] and pass them to the next
|
||||
event handler. This is especially useful if JavaScript controlled forms
|
||||
(e.g., the RichEdit form fields of Gmail) don't work anymore. To exit
|
||||
this mode, press [m]<Esc>[m]. If you also need to pass [m]<Esc>[m] in
|
||||
this mode to the web page, prepend it with [m]<C-v>[m].
|
||||
________________________________________________________________________________
|
||||
|
||||
|send-key| |<C-v>| |CTRL-V| +
|
||||
@@ -299,7 +299,7 @@ ________________________________________________________________________________
|
||||
Save the session and quit. Quit Xulmus, no matter how many tabs/windows
|
||||
are open. The session is stored. [c]:wq[c] is different from Vim, as it
|
||||
closes the window instead of just one tab by popular demand. Complain on the
|
||||
mailing list, if you want to change that.
|
||||
mailing list if you want to change that.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user