Files
ports/graphics/ipe/patches/patch-src_ipe_lua_prefs_lua
rsadowski fb77937bd4 Update ipe to 7.2.30
Maintainer timeout
2025-03-27 13:23:20 +00:00

15 lines
441 B
Plaintext

Swapped out the default on-screen keyboard for something lightweight.
Index: src/ipe/lua/prefs.lua
--- src/ipe/lua/prefs.lua.orig
+++ src/ipe/lua/prefs.lua
@@ -357,7 +357,7 @@ elseif config.platform == "apple" then
prefs.keyboard = "open -a KeyboardViewer -n"
else
-- On Linux, you could use: prefs.keyboard = "onboard &"
- prefs.keyboard = nil
+ prefs.keyboard = "xvkbd &"
end
-- Disable all snap modes in "ink" drawing mode?