Re: Shortcut for "Front" doesn't work
Otfried Cheong <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Message-ID | <1442022136.3349572.381512153.07515807@webmail.messagingengine.com> |
In "main.lua", find the line: if s:sub(1,1) == "F" and tonumber(s:sub(2)) then and change it to: if s ~= "F" and s:sub(1,1) == "F" and tonumber(s:sub(2)) then (The line handles shortcuts for function keys, but accidentally also matched F, Ctrl+F, etc.) Cheers, Otfried On Sat, Sep 12, 2015, at 01:00, Dirk Gerrits wrote: > For what it's worth, I have the same problem. My workaround was > reverting > back to Ipe 7.1.7, but that's of course not ideal. > > - Dirk > > On Wed, Sep 9, 2015 at 10:56 AM, Ernest Menville > <[email protected]> > wrote: > > > Hi, > > > > I noticed that in IPE 7.1.8. (Win) the shortcut ctrl+f isn't working > > anymore. I changed the shortcut in shortcuts.lua, but same problem. Does > > anybody know any solution/workaround for this? > > > > The function itself works fine if I choose it from the menu (Edit -> > > Front). Also ctrl+b for "Back" works as intended. > > > > Cheers, > > Ernest > > > > > > > > _______________________________________________ > > Ipe-discuss mailing list > > Ipe-discuss-rGrgPyRx506NN8uzcEdRPYRWq/[email protected] > > http://lists.science.uu.nl/mailman/listinfo/ipe-discuss > > > > > _______________________________________________ > Ipe-discuss mailing list > Ipe-discuss-rGrgPyRx506NN8uzcEdRPYRWq/[email protected] > http://lists.science.uu.nl/mailman/listinfo/ipe-discuss