DEV Community

Query Filter
Query Filter

Posted on

key16

7. The approximate index of a library can be determined by performing the following steps from the root of the project:

   a. Navigate to **Project Structure → Project Modules**.  
   b. Double-click inside the *Modules* pane.  
   c. In the small search window that opens, start typing the library name (for example, **comet-ioiiintf**).  
   d. The Modules pane will immediately navigate to the matching library entry.  
   e. In the File Explorer window, double-click the helper index tool **CountKeyU** and verify that a tooltip appears.  
   f. Ensure that the target library is selected (in our case, **comet-ioiiintf-9.1.22_b3**).  
   g. Each time you press the **keyboard** (not pane navigation) Up or Down arrow key, the tooltip is updated with the cumulative number of Up/Down key presses.  
   h. Continue pressing the Up arrow until you reach the top of the list. Record the total number of key presses shown in the tooltip.  
      - Exit the tooltip by pressing **Esc** or by double-clicking `kill_all_ahk.ahk`.  
   i. Edit `orderIdeBothJitLibraries.ahk` and update the corresponding library index using the recorded value.  
      - Minor adjustments (a few steps up or down) may be required.

   Example:

Enter fullscreen mode Exit fullscreen mode


ahk
; Library comet-ioiiintf index
iter3_offset := 33



Enter fullscreen mode Exit fullscreen mode

Top comments (0)