X-Git-Url: http://git.sthu.org/?p=ipestuff.git;a=blobdiff_plain;f=customize.lua;fp=customize.lua;h=968f7dc763d9a6db8a0f11eb6801af44ea8bd0de;hp=a2fd42e8a3e77966a46b06667242a1f2b073f467;hb=4b6b4d08fe9719474ad19fafcf4b37282a178897;hpb=c3479c678b75e6dd51e0724d6642ef0991e1e508 diff --git a/customize.lua b/customize.lua index a2fd42e..968f7dc 100644 --- a/customize.lua +++ b/customize.lua @@ -4,8 +4,9 @@ shortcuts.hide_axes = "Shift+F1" shortcuts.reset_direction = "Shift+F2" -shortcuts.ipelet_4_goodies = "9" -- Rotate 90 degrees +shortcuts.ipelet_5_goodies = "9" -- Rotate 90 degrees shortcuts.ipelet_3_goodies = "Shift+M" -- Mirror at x-axis +shortcuts.ipelet_1_libCGAL_skeleton = "Shift+S" -- Compute interior SK prefs.max_zoom = 200 prefs.external_editor = "gvim -f %s" @@ -13,3 +14,5 @@ prefs.external_editor = "gvim -f %s" prefs.autosave_filename = "/tmp/%s.autosave" prefs.browser = "firefox %s" +-- coordinates format in GUI +prefs.coordinates_format = "%f%s, %f%s"