1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 01:51:26 +02:00
Commit Graph

451 Commits

Author SHA1 Message Date
Kris Maglione 3a9069f24d Make <C-v><Esc> behave sensibly. 2011-04-05 19:32:32 -04:00
Kris Maglione 52b7a5364d Fix Minefield button on Windows® with Personas garbage installed. 2011-04-05 17:34:58 -04:00
Doug Kearns 8ef77adb1c Whitespace fixes. 2011-04-04 22:10:28 +10:00
Kris Maglione c2d2415b1a Don't feed keys to document.activeElement unless it's an input element. Closes issue #467. 2011-03-28 19:53:38 -04:00
Doug Kearns b485c9d55e Match :macros name spec to documentation :mac[ros].
Closes issue #466.

--HG--
extra : rebase_source : 0c45a7fc95b9949a4d05507e0ef135cce6676831
2011-03-28 16:37:48 +11:00
Kris Maglione cf90827bb8 Fix more bloody Google site key mapping issues. Closes issue #459. 2011-03-23 20:05:09 -04:00
Kris Maglione 725d884bc4 Don't pass keydown events to input elements. Closes issue #453. 2011-03-23 11:34:21 -04:00
Kris Maglione 2a48b8bc86 Fix feedkeys issue.
--HG--
extra : rebase_source : 3b5128e8cc36dc6f94a7b55092d331e8ce5305f4
2011-03-19 15:52:39 -04:00
Štěpán Němec aaa81b6e83 It's laisseZ, for Krist's sake. 2011-03-17 12:58:50 +01:00
Kris Maglione bb60d8aeba Slight change to commandline.commandOutput.
--HG--
extra : rebase_source : 486ddf89143c0b558e3801c56306b0557ec144d8
2011-03-17 00:46:13 -04:00
Kris Maglione 1f6c944488 Fix bug in events.toString. 2011-03-16 18:02:16 -04:00
Kris Maglione f8bd1fd4fb Allow <*-Globbed> modifier keys. 2011-03-14 15:19:54 -04:00
Kris Maglione bef4dbc067 Closes issue #443. 2011-03-14 13:59:53 -04:00
Kris Maglione e6104b3029 Shuffle some key bindings and mode inheritance around. 2011-03-14 13:05:15 -04:00
Kris Maglione fdc37532d7 Some 'passunknown' enhancements. 2011-03-13 16:32:07 -04:00
Kris Maglione cffbae4e1b Fix key processing bug. 2011-03-12 19:27:28 -05:00
Kris Maglione be31094caf Fix cryptic bug. 2011-03-12 17:17:15 -05:00
Kris Maglione 6e909fb544 Fix minor event replay issue. 2011-03-12 17:04:36 -05:00
Kris Maglione b7822c5cb2 Make 'strictfocus' a currently undocumented sitemap option. 2011-03-12 14:36:07 -05:00
Kris Maglione 9ba3635bc1 Fix rangefinder search history issue. 2011-03-12 12:18:26 -05:00
Kris Maglione 45ba165366 Tweak revision 13f6e3a205d4 to be less lenient in Input modes by default.
--HG--
extra : rebase_source : efa3bfb79a40002ff21e2006974ad9c142ae2187
2011-03-12 11:43:11 -05:00
Doug Kearns 27de24f852 Move some more message strings to the properties file. 2011-03-13 03:10:59 +11:00
Kris Maglione 55267dddff Add 'passunknown' option, currently undocumented. 2011-03-12 10:53:35 -05:00
Kris Maglione d037f9f1e6 More Vim-like processing of partially matched key chains: reprocess remaining unmatched keys from scratch. 2011-03-12 10:31:39 -05:00
Kris Maglione 2fd5e63a4d Apply 'timeout' to unbound keys too. 2011-03-12 10:01:46 -05:00
Kris Maglione 65aa261bf7 Fix further key binding issue triggered by revision b71f70edf9c7. 2011-03-11 14:42:48 -05:00
Kris Maglione 33ed8c4c28 Fix feeding keys while page is loading again. 2011-03-11 12:41:18 -05:00
Kris Maglione de64d3f600 Work around some Google Reader key processing issues. 2011-03-11 09:07:28 -05:00
Kris Maglione d8c5f87872 Fix generating incorrect help pages on Firefox 4. 2011-03-11 07:10:12 -05:00
Kris Maglione 5e6b47009c Fix key feeding issues with some sites. Fix bug in dactyl.generateHelp. 2011-03-11 06:48:42 -05:00
Kris Maglione 7aa4f87300 Fix autocomplete input issue.
Update issue #341
Fixed.
2011-03-08 02:09:53 -05:00
Kris Maglione 058094f87d Allow localization of command/mapping/option descriptions. 2011-03-04 20:37:29 -05:00
Kris Maglione 66785a8b5f Allow \c/\C in regexp options and so forth. 2011-03-02 14:43:57 -05:00
Kris Maglione e032a82d62 Move some more strings to messages.properties and report (but don't throw) an error for unknown strings. 2011-03-02 02:59:04 -05:00
Kris Maglione 28d1c1bcad Fix flashblock plugin event magic. 2011-03-02 02:50:21 -05:00
Kris Maglione 7f447b911c Get rid of absurd config.ignoreKeys. Closes issue #406. 2011-03-01 18:38:12 -05:00
Kris Maglione ea6c7cc800 Fix local mapping bug. Change statusline API slightly. 2011-02-28 19:44:46 -05:00
Kris Maglione 74fbc5833f Move some event-based code into observers in the modules it affects. 2011-02-27 16:58:21 -05:00
Doug Kearns 6c48ca8b19 Use macro.noSuch message for unset macros. 2011-02-27 20:37:04 +11:00
Doug Kearns e14d120d01 Fix macro playback.
Closes issue #405.
2011-02-27 20:32:24 +11:00
Kris Maglione 7c7a7c4865 Move some messages to properties file. Local and modules directories still to be done. 2011-02-25 20:23:15 -05:00
Kris Maglione 186a3438ac Fix bluring editible windows, I hope. 2011-02-24 16:50:55 -05:00
Kris Maglione 2c109025bf Fix typo in events.toString. 2011-02-22 20:44:51 -05:00
Kris Maglione d92f3f2c9c Closes issue #397. 2011-02-22 04:26:43 -05:00
Kris Maglione a682d7e311 Hack to make 'passkeys' work with single capital letters. Event stringification needs a complete rework. 2011-02-22 00:13:48 -05:00
Kris Maglione f924f653b6 Fix 'passkeys' on Firefox 3.x. 2011-02-22 00:08:13 -05:00
Kris Maglione d62c93aef0 Don't block keyup/keydown events during replay. Closes issue #395. 2011-02-21 13:47:05 -05:00
Kris Maglione 568bee6839 Ignore 'passkeys' key chains begining with ordinary characters in input modes. 2011-02-20 18:38:31 -05:00
Kris Maglione 211091d79d Add <Pass> pseudo-key.
--HG--
extra : rebase_source : e1d27c1fd04a598a25cd0c0c8c266834e80b2320
2011-02-20 18:05:45 -05:00
Kris Maglione 67079b8f54 Fix fallout from revision b9e99e213cb9.
Update issue \#293
Fixed.
2011-02-20 13:01:02 -05:00