diff options
| author | Phil Crosby | 2014-11-30 22:32:55 -0800 | 
|---|---|---|
| committer | Phil Crosby | 2014-11-30 22:32:55 -0800 | 
| commit | e1b3fd550461cf137614b1314012393f00a31652 (patch) | |
| tree | 7aa3f617119434ebbd1384ad885a3e6b221ed2fa /background_scripts | |
| parent | 4987310e6aaaa6ed6b4aa3c37be0961246127452 (diff) | |
| parent | da6c5387ff89ad523f38881248f947525d0a4535 (diff) | |
| download | vimium-e1b3fd550461cf137614b1314012393f00a31652.tar.bz2 | |
Merge pull request #1238 from smblott-github/smooth-scrolling-requestAnimationFrame-repeat
Smooth scrolling via requestAnimationFrame, with keyboard repeat
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/settings.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index d6e8fcde..4a63a5fb 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -61,6 +61,7 @@ root.Settings = Settings =    # or strings    defaults:      scrollStepSize: 60 +    smoothScroll: true      keyMappings: "# Insert your prefered key mappings here."      linkHintCharacters: "sadfjklewcmpgh"      linkHintNumbers: "0123456789" | 
