Skip to content

Commit

Permalink
Add Find and Replace menu items (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz authored Apr 28, 2021
1 parent bc2d90f commit b3359ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/prf.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ D.prf = {};
+ '\n Copy =CP {!browser}'
+ '\n Paste =PT {!browser}'
+ '\n Select All =SA {mac}'
+ '\n - {!mac&&!browser}'
+ '\n - {mac||!browser}'
+ '\n &Find... =SC'
+ '\n Find and &Replace... =RP'
+ '\n - {!mac}'
+ '\n Preferences... =PRF {!mac}'
+ '\n&View'
+ '\n Show Language Bar =LBR'
Expand Down

0 comments on commit b3359ef

Please sign in to comment.