Sublime Forum

Find always run Find Prev

#1

Sublime Text 3 (Ver 3.2.2, Build 3211)

i use Ctrl+f open the find tool bar, then press Enter
Sublime Text always run “command : find_prev”

i try without hot key, click tool bar “Find” and “Find Prev”
Button Find run “command : find_prev”
Button Find Prev run “command : find_under”

Orz … … …

i already check
.sublime-project
.sublime-workspace
.sublime-setting
.sublime-keymap

i can not find any different
please help me fix it, i am so so so so so sad > <

============================

if you can read Chinese , i use my mother tongue

當我使用 搜尋 功能的時候
Find 按鈕 , 或按下 Enter 總是跑命令 find_prev
Find Prev 按鈕 , 或按下 Shift+F3 總是跑命令 find_under

我已經檢查了所有的設定檔, 都沒有發現問題
搜尋的順序永遠錯誤, 讓我非常的崩潰 Orz
有沒有人能協助我修正這個問題

============================
Sublime Text 3\Packages\Default\Default (Windows).sublime-keymap

// Find panel key bindings
{ “keys”: [“enter”], “command”: “find_next”, “context”:
[{“key”: “panel”, “operand”: “find”}, {“key”: “panel_has_focus”}]
},
{ “keys”: [“shift+enter”], “command”: “find_prev”, “context”:
[{“key”: “panel”, “operand”: “find”}, {“key”: “panel_has_focus”}]
},
{ “keys”: [“alt+enter”], “command”: “find_all”, “args”: {“close_panel”: true},
“context”: [{“key”: “panel”, “operand”: “find”}, {“key”: “panel_has_focus”}]
},

Sublime Text 3\Packages\User\Default (Windows).sublime-keymap
already try keep empty, but nothing happen…Orz

0 Likes

#2

Have you tried reverting to a freshly installed state?

1 Like

#3

oh ! i try that

0 Likes

#4

wow , it’s work now !
thank you !!!

0 Likes