1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 08:45:45 +01:00

Add third argument to dactyl.clipboardWrite.

This commit is contained in:
Kris Maglione
2011-09-19 15:39:21 -04:00
parent e99660f570
commit f247d9d01b
3 changed files with 25 additions and 10 deletions

View File

@@ -1182,7 +1182,7 @@ var Commands = Module("commands", {
(?P<prespace> [:\s]*)
(?P<count> (?:\d+ | %)? )
(?P<fullCmd>
(?: (?P<group> <name>) : )?
(?: (?P<group> <name>) : )?
(?P<cmd> (?:-? [()] | <name> | !)? ))
(?P<bang> !?)
(?P<space> \s*)