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

485 Commits

Author SHA1 Message Date
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
Kris Maglione 321296e7e5 Show 'passkeys' state of key chains in :listkeys. Fix linkifyHelp link styling issues. Minor optimization for non-passkeys sites. 2011-02-20 10:32:17 -05:00
Kris Maglione 624563523d Update hints on command change in :addons/:downloads. 2011-02-19 22:16:29 -05:00
Kris Maglione 1dcbf88509 Give up and add key chains to 'passkeys'. Also add <A-b> to execute a builtin mapping. Closes issue #189. 2011-02-19 17:32:55 -05:00
Kris Maglione 4297b54d7a Fix t_p broken in revision 650be38ccc54. Closes issue #391. 2011-02-19 15:06:58 -05:00
Kris Maglione 83e8d068c2 Fix typo in 'passkeys' setter from revision e6db4764e7e6. Fail with a message on throw from option setter. Closes issue #392. 2011-02-19 14:53:12 -05:00
Kris Maglione 3132b2de22 Fix stacked key handling issues when fallthrough handlers are present. Fixes regression of issue #15. 2011-02-19 03:22:42 -05:00
Kris Maglione cb0a07ddd1 Fix some completion issues. Make async search suggestion completions somewhat more useable. 2011-02-18 22:25:36 -05:00
Kris Maglione ce23dd079d Fix key event stringification letter-case issue for non-keypress events. Closes issue #258. 2011-02-18 20:59:16 -05:00
Kris Maglione a6e245b0bf Add some mappings to AUTOCOMPLETE mode. 2011-02-17 22:23:51 -05:00
Kris Maglione 589849c06d Make 'passkeys' a sitemap rather than a regexpmap for parity with autocmds, groups, and styles.
--HG--
extra : rebase_source : 5e3e621416934d4c085eef491dd54243308f92c8
2011-02-17 13:58:39 -05:00
Kris Maglione 7b1c40cf5f Add AUTOCOMPLETE mode. 2011-02-17 10:11:04 -05:00
Kris Maglione c5da372a3f Properly blur the command line when leaving command line mode. Closes issue #285. 2011-02-17 09:52:05 -05:00
Kris Maglione bd71135b08 Preliminary REPL mode. 2011-02-17 03:59:28 -05:00
Kris Maglione aa89cabb79 Minor key event processing changes. 2011-02-16 23:01:54 -05:00
Kris Maglione d76a6e7f0f Ugh. 2011-02-16 20:52:05 -05:00
Kris Maglione a294f71264 Fix issue with feeding keys from map actions executed after a timeout. Closes issue #378. 2011-02-16 20:46:10 -05:00