summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/test_xr.txt2
-rw-r--r--source/keyb.c5
-rw-r--r--source/rofi.c5
3 files changed, 5 insertions, 7 deletions
diff --git a/doc/test_xr.txt b/doc/test_xr.txt
index 38f2065f..cd9a6e36 100644
--- a/doc/test_xr.txt
+++ b/doc/test_xr.txt
@@ -97,7 +97,7 @@ rofi.kb-primary-paste: Control+Shift+v,Shift+Insert
! "Paste clipboard" Set from: File
rofi.kb-secondary-paste: Control+v,Insert
! "Clear input line" Set from: File
-rofi.kb-clear-line: Control+u
+rofi.kb-clear-line: Control+w
! "Beginning of line" Set from: File
rofi.kb-move-front: Control+a
! "End of line" Set from: File
diff --git a/source/keyb.c b/source/keyb.c
index a5a7ceb0..04d498dd 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -164,8 +164,9 @@ gboolean parse_keys_abe ( NkBindings *bindings )
g_free ( keystr );
}
if ( error_msg->len > 0 ) {
- rofi_view_error_dialog ( error_msg->str, TRUE );
- g_string_free ( error_msg, TRUE );
+ //rofi_view_error_dialog ( error_msg->str, TRUE );
+ rofi_add_error_message ( error_msg );
+// g_string_free ( error_msg, TRUE );
return FALSE;
}
diff --git a/source/rofi.c b/source/rofi.c
index daf8123c..18eb01a5 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -827,10 +827,7 @@ int main ( int argc, char *argv[] )
config_parse_cmd_options ( );
TICK_N ( "Load cmd config " );
- if ( !parse_keys_abe ( bindings ) ) {
- cleanup ();
- return EXIT_FAILURE;
- }
+ parse_keys_abe ( bindings );
if ( !dmenu_mode ) {
// setup_modi