Edit Links |
Tools /
LyxBindingsCategories: Tools << | Page list | >>Script for listing current keyboard shortcuts (bindings) from .bind-filesGoalProduce a list of keyboard bindings (shortcuts) based on the .bind-files. SolutionThe script parses the .bind-files and prints out the keyboard bindings. If there is an 'include'-statement, the included file is also parsed. Files
InstallationDownload uploads:/Tools/lyxBindings/lyx-bindings.sh and uploads:/Tools/lyxBindings/lyx-bindings.lyx. Make sure lyx-bindings.sh is executable, and that the first line in the script points to where your copy of 'tcsh' is located. Rename the lyx-bindings.lyx to bindings.lyx. ConfigurationYou can change the default location of where they .bind-files are supposed to be found by modifying the script. UsageFor a description of the usage do: lyx-bindings.sh --help ExampleThis example creates a .dvi-file with key bindings for each .bind-file. ./lyx-bindings.sh -e dvi /usr/local/share/lyx/bind/*.bind Some of the resulting files are listed below: Other results of this script can be found through the page LyX.keyboard shortcuts. See AlsoThe original homepage of this script is http://www.lyx.org/~chr/lyx/lyx-bindings. History- Comments, BugsKey bindings that only perform the command ContributorsCopyrightUse it as you like. Category: Tools |