From 126228e7bc7873799bd8ed4e6aad29e01907e261 Mon Sep 17 00:00:00 2001 From: zedhugh <31927597+zedhugh@users.noreply.github.com> Date: Wed, 28 Nov 2018 17:22:20 +0800 Subject: [PATCH] Update tools.org --- note/tools.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note/tools.org b/note/tools.org index 1053b73..7b6d233 100644 --- a/note/tools.org +++ b/note/tools.org @@ -82,7 +82,7 @@ * Input method 有时候输入法在 =firefox= 中不工作,这是因为设置不对造成的,通过查询资料,最终 - 在 =[[https://wiki.archlinux.org/index.php/Smart_Common_Input_Method][archwiki]]= 中找到方法,将 =.xprofile= 文件中的 + 在 [[https://wiki.archlinux.org/index.php/Smart_Common_Input_Method][archwiki]] 中找到方法,将 =.xprofile= 文件中的 #+BEGIN_SRC bash export XMODIFIERS=@im=SCIM export GTK_IM_MODULE="scim"