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:
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user