[feature] script to launch jd-gui

This commit is contained in:
Klesh Wong 2021-04-15 16:38:57 +08:00
parent 20a70816a1
commit 4a28fb8d66
2 changed files with 26 additions and 19 deletions

3
bin/jd-gui Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
_JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" java -jar ~/Programs/bin/jd-gui-1.6.6.jar

View File

@ -583,10 +583,14 @@ def_key "N"
previous_found_item
# not used but bound
def_key "space"
select_item
def_key "J"
select_item
move_sort_order_down
def_key "K"
move_sort_order_up
select_item
move_selected_items_up
def_key "h"
jump_to_parent_directory
def_key "l"