36a0333dbc
OK sebastia@
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
$OpenBSD: patch-src_ipe_lua_prefs_lua,v 1.1.1.1 2012/07/09 15:56:35 edd Exp $
|
|
|
|
Swapped out the default on-screen keyboard for something lightweight.
|
|
|
|
--- src/ipe/lua/prefs.lua.orig Sat Jul 7 19:37:46 2012
|
|
+++ src/ipe/lua/prefs.lua Sat Jul 7 19:37:52 2012
|
|
@@ -132,7 +132,7 @@ end
|
|
|
|
-- How to start onscreen keyboard
|
|
if config.platform == "unix" then
|
|
- prefs.keyboard = "onboard &"
|
|
+ prefs.keyboard = "xvkbd &"
|
|
else
|
|
prefs.keyboard = nil
|
|
end
|