1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 02:27:58 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Doug Kearns
5b6b78d815 change remaining uses of the Array() constructor in array initializations to
literals
2007-08-11 12:46:13 +00:00
Martin Stubenschrott
2a4cfbc4e3 "enter" is an alias for "return" or "cr" 2007-08-10 18:30:23 +00:00
Martin Stubenschrott
f9e0238ff0 some whitespace formatting 2007-08-10 17:52:07 +00:00
Martin Stubenschrott
b845854dc0 feedkeys() support!! Some bugs may remain, please test thorougly
escaping the < char not yet done, as the semantics is not clear yet
2007-08-10 17:48:29 +00:00
Doug Kearns
ad44a9160c initial buffer implementation 2007-08-07 14:19:20 +00:00
Doug Kearns
022e455d48 move the global isFormElemFocused() to Events 2007-08-05 06:29:14 +00:00
Martin Stubenschrott
44dc7e7076 - code cleanup by removing old commented code
- merged zoom_in/to into vimperator.zoom()
2007-08-03 02:45:12 +00:00
Doug Kearns
e0245fe575 move the Events and Tabs objects to files of their own and add a license header
to files without one
2007-07-13 14:11:00 +00:00