mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
fb77937bd4
Maintainer timeout
15 lines
441 B
Plaintext
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?
|