Dr. Werner Fink 2014-05-08 12:17:23 +00:00 committed by Git OBS Bridge
parent 7c1e49eb20
commit aee6e15f85
2 changed files with 3 additions and 3 deletions

View File

@ -422,8 +422,8 @@
; (global-set-key [C-up] 'previous-line)
; (global-set-key [C-down] 'next-line)
;;
(global-set-key [S-left] 'backward-char)
(global-set-key [S-right] 'forward-char)
; (global-set-key [S-left] 'backward-char)
; (global-set-key [S-right] 'forward-char)
; (global-set-key [S-up] 'previous-line)
; (global-set-key [S-down] 'next-line)
;;

View File

@ -28,7 +28,7 @@ Sat Jan 18 09:47:37 UTC 2014 - schwab@linux-m68k.org
-------------------------------------------------------------------
Wed Jan 15 10:31:16 UTC 2014 - werner@suse.de
- Do not reassign S-up and S-down anymore (bnc#858430)
- Do not reassign S-left, S-right, S-up and S-down anymore (bnc#858430)
-------------------------------------------------------------------
Tue Dec 3 11:00:44 UTC 2013 - werner@suse.de