Message1124

Author retroj
Recipients hgb
Date 2013-02-15.15:00:17
Content
Reporting here the result of our conversation on irc.  The solution was to
put the following in the rc:
 
  modifiers.M = new modifier(
      function (event) { return event.metaKey; },
      function (event) { event.metaKey = true; });
History
Date User Action Args
2013-02-15 15:00:18retrojsetmessageid: <1360940418.48.0.475881416466.issue410@bugs.conkeror.org>
2013-02-15 15:00:18retrojsetrecipients: + hgb
2013-02-15 15:00:18retrojlinkissue410 messages
2013-02-15 15:00:17retrojcreate