christoff pale wrote: > Hi, > I want to bind the > view->update->postscript > to a shortcut key. > > I searched the lyx-mailing list archive and someone > recommended that I put > > \bind "C-x C-g" "buffer-view-ps" > > in ~/.lyx/bind/menus.bind file > > I did that and I get the following message: > > LyX: Unknown LyX function `buffer-view-ps' [around > line 190 of file ~/.lyx/bind/menus.bind]
Take out the extra '-'. Should be "buffer-view ps", where "buffer-view" is the command and "ps" is the format. -- Angus